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