Documentation of 'org.ejml.data.D1Submatrix64F' Java class
D1Submatrix64F
org.ejml.data

Class D1Submatrix64F



  • public class D1Submatrix64F
    extends java.lang.Object

    Describes a rectangular submatrix inside of a D1Matrix64F.

    Rows are row0 <= i < row1 and Columns are col0 <= j < col1

    • Field Detail

      • row0

        public int row0
      • col0

        public int col0
      • row1

        public int row1
      • col1

        public int col1
    • Constructor Detail

      • D1Submatrix64F

        public D1Submatrix64F()
      • D1Submatrix64F

        public D1Submatrix64F(D1Matrix64F original)
      • D1Submatrix64F

        public D1Submatrix64F(D1Matrix64F original,
                              int row0,
                              int row1,
                              int col0,
                              int col1)
    • Method Detail

      • set

        public void set(D1Matrix64F original,
                        int row0,
                        int row1,
                        int col0,
                        int col1)
      • getRows

        public int getRows()
      • getCols

        public int getCols()
      • get

        public double get(int row,
                          int col)
      • set

        public void set(int row,
                        int col,
                        double value)
      • print

        public void print()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.