Click or drag to resize

FloatComplexSVDLeastSq(FloatComplexMatrix, Single) Constructor

Constructs a FloatComplexSVDLeastSq 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 FloatComplexSVDLeastSq(
	FloatComplexMatrix A,
	float tolerance
)

Parameters

A  FloatComplexMatrix
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