Computes the QR decomposition for a matrix.
Namespace: Altaxo.Calc.LinearAlgebra.ComplexAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override QR<Complex> QR(
QRMethod method = QRMethod.Thin
)
Parameters
- method QRMethod (Optional)
- The type of QR factorization to perform.
Return Value
QRComplexThe QR decomposition object.
See Also