Class for storing sparse matrices. The data is stored in row-major mode. Indexes are zero-based.
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public class SparseMatrix<T>  
where T  : new()
Type Parameters
T

There is no description.

Collapse/Expand Members

Click here to see the list of members.