|
Class Summary |
| Ramp |
This class host the static method "ramp" which gives a derivable ramp function
of the following form:
x<0 - not defined
0
|
| Sigma |
This class host the static method "sigma" which gives a derivable sigmoid function
of the following form:
x<0 - not defined
0
|
| Spline1D |
The class creates a 1D cubic spline object from given parameters, and allows for the
calculation of the spline value and derivative at any given point inside the spline
intervals. |
| Spline2D |
The class creates a 2D cubic spline object from given parameters, and allows for the
calculation of the spline value and derivative at any given point inside the spline
intervals. |