golib
0.5
|
Cubic interpolating splines. More...
#include <gocubicsplinend.h>
Public Member Functions | |
CubicSplineND (const goMath::Matrix< T > &points) | |
CubicSplineND (const goMath::Vector< T > &pm1, const goMath::Vector< T > &p0, const goMath::Vector< T > &p1, const goMath::Vector< T > &p2) | |
goAutoPtr< goMath::Vector< T > > | operator() (T t) const |
bool | eval (T t, goMath::Vector< T > &ret) const |
bool | D (T t, goMath::Vector< T > &ret) const |
bool | fit (const goMath::Matrix< T > &points) |
bool | fit (const goMath::Vector< T > &pm1, const goMath::Vector< T > &p0, const goMath::Vector< T > &p1, const goMath::Vector< T > &p2) |
Cubic interpolating splines.