Package org.ejml.data

Interface DMatrixFixed

All Superinterfaces:
DMatrix, Matrix, Serializable
All Known Implementing Classes:
DMatrix2, DMatrix2x2, DMatrix3, DMatrix3x3, DMatrix4, DMatrix4x4, DMatrix5, DMatrix5x5, DMatrix6, DMatrix6x6

public interface DMatrixFixed extends DMatrix
Interface which all fixed sized matrices must implement
  • Method Details

    • 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