Click or drag to resize

QRMethod Enumeration

The type of QR factorization go perform.

Namespace: Altaxo.Calc.LinearAlgebra.Factorization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum QRMethod
Members
Member nameValueDescription
Full0 Compute the full QR factorization of a matrix.
Thin1 Compute the thin QR factorization of a matrix.
See Also