Copy constructor. Creates a deep copy of the given matrix.
Declaring type: Matrix<T>
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Overload List
  Name Description
Public Method Matrix (int, int) Initializes a new instance of the Matrix class
Public Method Matrix (Matrix<T>) Copy constructor. Creates a deep copy of the given matrix.