Interface DoubleMatrix2D

    • Method Detail

      • getDouble

        double getDouble​(long row,
                         long column)
      • setDouble

        void setDouble​(double value,
                       long row,
                       long column)
      • getDouble

        double getDouble​(int row,
                         int column)
      • setDouble

        void setDouble​(double value,
                       int row,
                       int column)