Click or drag to resize

MatrixMathSingularValueDecompositionChopSingularValues Method

Sets all singular values, that are lesser than relativeThreshold*(maximum singular value), to zero.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ChopSingularValues(
	double relativeThreshold
)

Parameters

relativeThreshold  Double
The chop parameter, usually in the order 1E-5 or so.
See Also