golib  0.5
goMath::CubicSplineND< T > Member List

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

CubicSplineND() (defined in goMath::CubicSplineND< T >)goMath::CubicSplineND< T >
CubicSplineND(const goMath::Matrix< T > &points) (defined in goMath::CubicSplineND< T >)goMath::CubicSplineND< T >
CubicSplineND(const goMath::Vector< T > &pm1, const goMath::Vector< T > &p0, const goMath::Vector< T > &p1, const goMath::Vector< T > &p2) (defined in goMath::CubicSplineND< T >)goMath::CubicSplineND< T >
D(T t, goMath::Vector< T > &ret) const (defined in goMath::CubicSplineND< T >)goMath::CubicSplineND< T >
eval(T t, goMath::Vector< T > &ret) const (defined in goMath::CubicSplineND< T >)goMath::CubicSplineND< T >
fit(const goMath::Matrix< T > &points) (defined in goMath::CubicSplineND< T >)goMath::CubicSplineND< 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::CubicSplineND< T >)goMath::CubicSplineND< T >
operator()(T t) const (defined in goMath::CubicSplineND< T >)goMath::CubicSplineND< T >
~CubicSplineND() (defined in goMath::CubicSplineND< T >)goMath::CubicSplineND< T >virtual