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