Class for storing dense matrices
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public class Matrix<T>  
Type Parameters
T
the type of the matrix entries
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.