CADability dotNET
The QRDecomposition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | QRDecomposition | QR Decomposition, computed by Householder reflections. |
Methods
Name | Description | |
---|---|---|
![]() | Solve | Least squares solution of A*X = B |
Properties
Name | Description | |
---|---|---|
![]() | FullRank | Indicates whether the matrix is full rank. |
![]() | H | Gets the Householder vectors. |
![]() | Q | Gets the (economy-sized) orthogonal factor. |
![]() | R | Gets the upper triangular factor |