Click or drag to resize

FloatComplexLeastSquaresTolerance Property

Gets the tolerance used to compute the effective rank of the input matrix A.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public float Tolerance { get; }

Property Value

Single
Remarks
The effective rank of A is determined by treating as zero values that are less than Tolerance times the largest singular value.
See Also