Package gov.nih.mipav.model.algorithms
Class CeresSolver2.indexIntegerdoubleArrayItem
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver2.indexIntegerdoubleArrayItem
- Enclosing class:
CeresSolver2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
index
private int index -
row_begin
private int row_begin -
array
private double[] array
-
-
Constructor Details
-
indexIntegerdoubleArrayItem
public indexIntegerdoubleArrayItem(int index, int row_begin, double[] array)
-
-
Method Details
-
getIndex
public int getIndex() -
getRowBegin
public int getRowBegin() -
getArray
public double[] getArray()
-