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