Class CeresSolver2.indexArrayArrayItem

  • Enclosing class:
    CeresSolver2

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

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

      Constructors 
      Constructor Description
      indexArrayArrayItem​(int index, double[] array1, double[] array2)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double[] getArray1()  
      double[] getArray2()  
      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
      • array1

        private double[] array1
      • array2

        private double[] array2
    • Constructor Detail

      • indexArrayArrayItem

        public indexArrayArrayItem​(int index,
                                   double[] array1,
                                   double[] array2)
    • Method Detail

      • getIndex

        public int getIndex()
      • getArray1

        public double[] getArray1()
      • getArray2

        public double[] getArray2()