Package org.ejml.data

Interface ReshapeMatrix

    • Method Detail

      • reshape

        void reshape​(int numRows,
                     int numCols)
        Equivalent to invoking reshape(numRows,numCols,false);
        Parameters:
        numRows - The new number of rows in the matrix.
        numCols - The new number of columns in the matrix.