golib  0.5
goMath::CubicSpline< T > Member List

This is the complete list of members for goMath::CubicSpline< T >, including all inherited members.

CubicSpline() (defined in goMath::CubicSpline< T >)goMath::CubicSpline< T >
CubicSpline(const goMath::Matrix< T > &points) (defined in goMath::CubicSpline< T >)goMath::CubicSpline< T >
CubicSpline(const goMath::Vector< T > &pm1, const goMath::Vector< T > &p0, const goMath::Vector< T > &p1, const goMath::Vector< T > &p2) (defined in goMath::CubicSpline< T >)goMath::CubicSpline< T >
D(T t, goMath::Vector< T > &ret) const (defined in goMath::CubicSpline< T >)goMath::CubicSpline< T >
eval(T t, goMath::Vector< T > &ret) const (defined in goMath::CubicSpline< T >)goMath::CubicSpline< T >
fit(const goMath::Matrix< T > &points) (defined in goMath::CubicSpline< T >)goMath::CubicSpline< T >
fit(const goMath::Vector< T > &pm1, const goMath::Vector< T > &p0, const goMath::Vector< T > &p1, const goMath::Vector< T > &p2) (defined in goMath::CubicSpline< T >)goMath::CubicSpline< T >
integrate(T t1, T t2)goMath::CubicSpline< T >
operator()(T t) const (defined in goMath::CubicSpline< T >)goMath::CubicSpline< T >
~CubicSpline() (defined in goMath::CubicSpline< T >)goMath::CubicSpline< T >virtual