Package org.ejml.data

Interface FMatrixFixed

All Superinterfaces:
FMatrix, Matrix, Serializable
All Known Implementing Classes:
FMatrix2, FMatrix2x2, FMatrix3, FMatrix3x3, FMatrix4, FMatrix4x4, FMatrix5, FMatrix5x5, FMatrix6, FMatrix6x6

@Generated("org.ejml.data.DMatrixFixed") public interface FMatrixFixed extends FMatrix
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