Computes the QR decomposition for a matrix.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract QR<T> QR(
QRMethod method = QRMethod.Thin
)
Parameters
- method QRMethod (Optional)
- The type of QR factorization to perform.
Return Value
QRTThe QR decomposition object.
See Also