MatrixMathSingularValueDecompositionChopSingularValues Method |
Sets all singular values, that are lesser than relativeThreshold*(maximum singular value), to zero.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void ChopSingularValues(
double relativeThreshold
)
Parameters
- relativeThreshold Double
- The chop parameter, usually in the order 1E-5 or so.
See Also