|
Allink
v0.1
|
coeficients of a N order spline More...
Public Member Functions | |
| Spline (int N) | |
| Allocate the memory. | |
| ~Spline () | |
| Free the memory. | |
| int | GetN () |
| Print the number of coefficients. | |
| double | GetCoe (int n) |
| Print the n coefficient. | |
| void | SetCoe (double Val, int n) |
| Set the n coefficient. | |
| void | AddCoe (double Val, int n) |
| Add to the n coefficient. | |
coeficients of a N order spline
Definition at line 118 of file MatematicaStruct.h.
1.7.6.1