Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
QR module
This module provides various QR decompositions This module also provides some MatrixBase methods, including:
- MatrixBase::qr(),.
Data Structures | |
| struct | FullPivHouseholderQRMatrixQReturnType< MatrixType > |
| Expression type for return value of FullPivHouseholderQR::matrixQ() More... | |
| class | ColPivHouseholderQR< _MatrixType > |
| Householder rank-revealing QR decomposition of a matrix with column-pivoting. More... | |
| class | FullPivHouseholderQR< _MatrixType > |
| Householder rank-revealing QR decomposition of a matrix with full pivoting. More... | |
| class | HouseholderQR< _MatrixType > |
| Householder QR decomposition of a matrix. More... | |
Detailed Description
This module provides various QR decompositions This module also provides some MatrixBase methods, including:
- MatrixBase::qr(),.
#include <Eigen/QR>
Generated on Thu Nov 17 2022 22:01:31 by
1.7.2