gridripper::math::Spline3 Class Reference
Cubic spline interpolation and integration.
More...
List of all members.
|
Public Member Functions |
| Spline3 (int[] xarr, double[] yArray) |
| Spline3 (double[] xarr, double[] yArray) |
double | getX (int i) |
int | findIndex (double x) |
double | interpolate (double x, int k, int index) |
double | integrate (int k) |
Static Public Member Functions |
static void | main (String[] args) throws Exception |
Detailed Description
Cubic spline interpolation and integration.
- Version:
- 0.4, 10/20/2006
- Author:
- Peter Csizmadia
The documentation for this class was generated from the following file:
- gridripper/math/Spline3.java