Click or drag to resize

SparseMatrixCopy Method

Creates a copy of the current sparse matrix.

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public SparseMatrix Copy()

Return Value

SparseMatrix
A new SparseMatrix that is a copy of the current instance.
See Also