Class CeresSolver2.indexArrayItem

  • Enclosing class:
    CeresSolver2

    private class CeresSolver2.indexArrayItem
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double[] array  
      private int index  
    • Constructor Summary

      Constructors 
      Constructor Description
      indexArrayItem​(int index, double[] array)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double[] getArray()  
      int getIndex()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • index

        private int index
      • array

        private double[] array
    • Constructor Detail

      • indexArrayItem

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

      • getIndex

        public int getIndex()
      • getArray

        public double[] getArray()