Click or drag to resize

DoubleComplexSVDLeastSq(DoubleComplexMatrix, Double) Constructor

Constructs a DoubleComplexSVDLeastSq 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 DoubleComplexSVDLeastSq(
	DoubleComplexMatrix A,
	double tolerance
)

Parameters

A  DoubleComplexMatrix
A matrix.
tolerance  Double
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