Package org.ejml.data

Interface DMatrixFixed

    • Method Detail

      • create

        default <T extends Matrix> T create​(int numRows,
                                            int numCols)
        Description copied from interface: Matrix
        Creates a new matrix of the same type with the specified shape
        Specified by:
        create in interface Matrix