Allink  v0.1
Public Member Functions
Spline Class Reference

coeficients of a N order spline More...

List of all members.

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.

Detailed Description

coeficients of a N order spline

Definition at line 118 of file MatematicaStruct.h.


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