Static Public Member Functions

Fiber::LinearIpolZeroDerivativeTrait< T > Struct Template Reference

Helper class (type trait) for class LinerIpol, which for a given type T provides a static member function zero() returning the value for out-of-bound derivatives. More...

#include <LinearIpol.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<class T>
struct Fiber::LinearIpolZeroDerivativeTrait< T >

Helper class (type trait) for class LinerIpol, which for a given type T provides a static member function zero() returning the value for out-of-bound derivatives.

These values should be zero, but could also through an exception, which is not recommended.