CADability dotNET

The QRDecomposition type exposes the following members.

Constructors

  NameDescription
Public methodQRDecomposition
QR Decomposition, computed by Householder reflections.

Methods

  NameDescription
Public methodSolve
Least squares solution of A*X = B

Properties

  NameDescription
Public propertyFullRank
Indicates whether the matrix is full rank.
Public propertyH
Gets the Householder vectors.
Public propertyQ
Gets the (economy-sized) orthogonal factor.
Public propertyR
Gets the upper triangular factor

See Also