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

Interface Matrix

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      <T extends Matrix>
      T
      copy()
      Creates an exact copy of the matrix
      int getNumCols()
      Returns the number of columns in this matrix.
      int getNumRows()
      Returns the number of rows in this matrix.
      void print()
      Prints the matrix to standard out.
      void set(Matrix original)
      Sets this matrix to be identical to the 'original' matrix passed in.
    • Method Detail

      • getNumRows

        int getNumRows()
        Returns the number of rows in this matrix.
        Returns:
        Number of rows.
      • getNumCols

        int getNumCols()
        Returns the number of columns in this matrix.
        Returns:
        Number of columns.
      • copy

        <T extends Matrix> T copy()
        Creates an exact copy of the matrix
      • set

        void set(Matrix original)
        Sets this matrix to be identical to the 'original' matrix passed in.
      • print

        void print()
        Prints the matrix to standard out.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.