Click or drag to resize

MatrixTQR Method

Computes the QR decomposition for a matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract QR<T> QR(
	QRMethod method = QRMethod.Thin
)

Parameters

method  QRMethod  (Optional)
The type of QR factorization to perform.

Return Value

QRT
The QR decomposition object.
See Also