Computes a QR decomposition of a given matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleComplexQRDecomp GetDecomp( DoubleComplexMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Function GetDecomp ( _ A As DoubleComplexMatrix _ ) As DoubleComplexQRDecomp |
| Visual C++ |
|---|
public: DoubleComplexQRDecomp^ GetDecomp( DoubleComplexMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Core..::.DoubleComplexMatrix
A matrix.