Generic interface for matrix data types
Declaring type: IMatrix<T>
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Public Methods
  Name Description
Public Method Abstract CreateMatrix Create a matrix with a given number of rows and columns
Collapse/Expand Public Properties
  Name Description
Public Property Abstract IsSymmetric True if the matrix is symmetric, false otherwise
Public Property Abstract Item The value at (i,j)
Public Property Abstract NumberOfColumns The number of columns of the matrix
Public Property Abstract NumberOfRows The number of rows of the matrix