MyMediaLite
Matrix<T> Constructor (Matrix<T>)
Syntax
Collapse All
Copy constructor. Creates a deep copy of the given matrix.
Declaring type:
Matrix<T>
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public Matrix ( Matrix<T>
matrix
)
Parameters
matrix
the matrix to be copied
Top
Generated by
ImmDoc .NET
.