Package gov.nih.mipav.model.algorithms
Class CeresSolver2.indexRowColItem
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver2.indexRowColItem
- Enclosing class:
CeresSolver2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
index
private int index -
row
private int row -
col
private int col
-
-
Constructor Details
-
indexRowColItem
public indexRowColItem(int index, int row, int col)
-
-
Method Details
-
getIndex
public int getIndex() -
getRow
public int getRow() -
getCol
public int getCol()
-