Package gov.nih.mipav.model.algorithms
Class CeresSolver2.Grid1D
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver2.Grid1D
-
- Enclosing class:
- CeresSolver2
public class CeresSolver2.Grid1D extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
begin_
private double[]
data_
private int
DATA_DIMENSION
private int
end_
private boolean
kInterleaved
private int
num_values_
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDataDimension()
void
GetValue(int n, double[] f)
-