Click or drag to resize

FloatSVDLeastSq(FloatMatrix, Single) Constructor

Constructs a FloatSVDLeastSq instance from the given matrix. The specified tolerance is used in computing the numerical rank of the matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatSVDLeastSq(
	FloatMatrix A,
	float tolerance
)

Parameters

A  FloatMatrix
A matrix.
tolerance  Single
Tolerance for computing the numerical rank of the matrix A. All singular values of the matrix A less than tolerance are set to zero.
See Also