Set this instance to a deep copy of Source. (Clone returns a deep copy of this object, while
CopyFrom sets this object to a deep copy.

C# | Visual Basic | Visual C++ |
public ComplexMatrix CopyFrom( ComplexMatrix Source )
Public Function CopyFrom ( _ Source As ComplexMatrix _ ) As ComplexMatrix
public: ComplexMatrix^ CopyFrom( ComplexMatrix^ Source )

- Source (ComplexMatrix)
[Missing <param> documentation for "Source"]

[Missing <returns> documentation for M:Cove.ClassicalUtilities.ComplexMatrix.CopyFrom(Cove.ClassicalUtilities.ComplexMatrix)]