Creates a deep clone of the current iterator.
Namespace: Altaxo.Calc.LinearAlgebra.SolversAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public Iterator<T> Clone()
Return Value
IteratorTThe deep clone of the current iterator.
See Also