Creates a duplicate matrix object from an existing matrix object.
MatrixObject.Clone
Returns a matrix object that is an exact copy of current matrix.
Clone method does not duplicate the reference to a matrix object but performs a deep copy of all matrix data.