Constructs a DoubleComplexQRDecomp instance of a given matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleComplexQRDecomp( DoubleComplexMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ A As DoubleComplexMatrix _ ) |
| Visual C++ |
|---|
public: DoubleComplexQRDecomp( DoubleComplexMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Core..::.DoubleComplexMatrix
A matrix to factor.
Remarks
By default, pivoting is done so that the entries along the
diagonal of R are non-increasing.
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.InvalidArgumentException | Thrown if the matrix contains any NaN values. |