Click or drag to resize

MatrixTCoerceZero(Double) Method

Set all values whose absolute value is smaller than the threshold to zero, in-place.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract void CoerceZero(
	double threshold
)

Parameters

threshold  Double
The threshold below which values are set to zero.
See Also