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