Initializes a new instance of the
QRT class.
Namespace: Altaxo.Calc.LinearAlgebra.FactorizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected QR(
Matrix<T> q,
Matrix<T> rFull,
QRMethod method
)
Parameters
- q MatrixT
- The orthogonal factor.
- rFull MatrixT
- The full upper-triangular factor.
- method QRMethod
- The factorization method.
See Also