Copies the matrix.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public SquareMatrix Copy()
Public Function Copy As SquareMatrix
public:
SquareMatrix^ Copy()
member Copy : unit -> SquareMatrix
Return Value
Type:
SquareMatrixAn independent copy of the matrix.
See Also