Class CeresSolver2.indexIntegerdoubleArrayItem

  • Enclosing class:
    CeresSolver2

    class CeresSolver2.indexIntegerdoubleArrayItem
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double[] array  
      private int index  
      private int row_begin  
    • Field Detail

      • index

        private int index
      • row_begin

        private int row_begin
      • array

        private double[] array
    • Constructor Detail

      • indexIntegerdoubleArrayItem

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

      • getIndex

        public int getIndex()
      • getRowBegin

        public int getRowBegin()
      • getArray

        public double[] getArray()