Constructs a DoubleComplexSVDLeastSq instance from the given matrix. The
specified tolerance is used in computing the numerical rank of
the matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleComplexSVDLeastSq( DoubleComplexMatrix A, double tolerance ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ A As DoubleComplexMatrix, _ tolerance As Double _ ) |
| Visual C++ |
|---|
public: DoubleComplexSVDLeastSq( DoubleComplexMatrix^ A, double tolerance ) |
Parameters
- A
- Type: CenterSpace.NMath.Core..::.DoubleComplexMatrix
A matrix.
- tolerance
- Type: System..::.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.