Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc.LinearAlgebra.Factorization
Cholesky<T> Class
Evd<T> Class
GramSchmidt<T> Class
ISolver<T> Interface
LU<T> Class
NonnegativeMatrixFactorizationACLS Class
QR<T> Class
QRMethod Enumeration
Svd<T> Class
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#
Copy
public
enum
QRMethod
Members
Member name
Value
Description
Full
0
Compute the full QR factorization of a matrix.
Thin
1
Compute the thin QR factorization of a matrix.
See Also
Reference
Altaxo.Calc.LinearAlgebra.Factorization Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net