MyMediaLite
Matrix<T> Constructor (int, int)
Syntax
Collapse All
Initializes a new instance of the Matrix class
Declaring type:
Matrix<T>
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public Matrix ( int
dim1
, int
dim2
)
Parameters
dim1
the number of rows
dim2
the number of columns
Top
Generated by
ImmDoc .NET
.