Class CeresSolver2.indexArrayItem

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

private class CeresSolver2.indexArrayItem extends Object
  • Field Details

    • index

      private int index
    • array

      private double[] array
  • Constructor Details

    • indexArrayItem

      public indexArrayItem(int index, double[] array)
  • Method Details

    • getIndex

      public int getIndex()
    • getArray

      public double[] getArray()