Package gov.nih.mipav.model.algorithms
Class CeresSolver2.indexIntegerdoubleArrayItem
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver2.indexIntegerdoubleArrayItem
-
- Enclosing class:
- CeresSolver2
class CeresSolver2.indexIntegerdoubleArrayItem extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description indexIntegerdoubleArrayItem(int index, int row_begin, double[] array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]
getArray()
int
getIndex()
int
getRowBegin()
-