Class for storing sparse matrices
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public class SparseMatrix<T> :  IMatrix<T>
where T  : new()
Type Parameters
T
the matrix element type, must have a default constructor/value
Collapse/Expand Remarks
The data is stored in row-major mode. Indexes are zero-based.
Collapse/Expand Members

Click here to see the list of members.