golib  0.5
goMath::CubicSplineND< T > Class Template Reference

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)
 

Detailed Description

template<class T>
class goMath::CubicSplineND< T >

Cubic interpolating splines.


The documentation for this class was generated from the following files: