Class CeresSolver2.indexIntegerdoubleArrayItem

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

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