Package gov.nih.mipav.model.algorithms
Class CeresSolver2.CubicInterpolator
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver2.CubicInterpolator
-
- Enclosing class:
- CeresSolver2
public class CeresSolver2.CubicInterpolator extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
DATA_DIMENSION
private CeresSolver2.Grid1D
grid_
-
Constructor Summary
Constructors Constructor Description CubicInterpolator(CeresSolver2.Grid1D grid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
Evaluate(double x, double[] f)
void
Evaluate(double x, double[] f, double[] dfdx)
-
-
-
Field Detail
-
grid_
private CeresSolver2.Grid1D grid_
-
DATA_DIMENSION
private int DATA_DIMENSION
-
-
Constructor Detail
-
CubicInterpolator
public CubicInterpolator(CeresSolver2.Grid1D grid)
-
-