AnimaL |
Tutorial |
Documentation |
#include <HermiteFunction.h>
Public Member Functions | |
| HermiteFunction (const FloatingPointType *coeffs, const unsigned int nCoeffs) | |
| HermiteFunction (const HermiteFunction &hf) | |
| HermiteFunction | operator= (const HermiteFunction &hf) |
| ~HermiteFunction () | |
| FloatingPointType | compute (FloatingPointType x) const |
| FloatingPointType | computeDerivative (FloatingPointType x) const |
Protected Attributes | |
| FloatingPointType * | _coeffs |
| FloatingPointType * | _derivativeCoeffs |
| unsigned int | _nCoeffs |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 36 of file HermiteFunction.h. |
|
|
Definition at line 37 of file HermiteFunction.h. |
|
|
Definition at line 39 of file HermiteFunction.h. |
1.3.6