Click or drag to resize

QRT Constructor

Initializes a new instance of the QRT class.

Namespace: Altaxo.Calc.LinearAlgebra.Factorization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected 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