Initializes a new instance of the Matrix class
Declaring type: Matrix<T>
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public Matrix (
        int dim1,
        int dim2
) 
Parameters
dim1
the number of rows
dim2
the number of columns