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