Copy constructor. Creates a deep copy of the given matrix.
Declaring type: Matrix<T>
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public Matrix (
        Matrix<T> matrix
) 
Parameters
matrix
the matrix to be copied