Class CeresSolver2.indexRowColItem

java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver2.indexRowColItem
Enclosing class:
CeresSolver2

private class CeresSolver2.indexRowColItem extends Object
  • 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()