Dense QR decomposition, nonfunctional template base. More...
#include <dense_qr.h>
Inheritance diagram for syten::QR::DenseQR< Scalar >:
Collaboration diagram for syten::QR::DenseQR< Scalar >:Additional Inherited Members | |
Public Types inherited from syten::QR::DenseQRBase< Scalar > | |
| typedef Scalar | Scalar |
| The scalar type to be used. More... | |
Public Attributes inherited from syten::QR::DenseQRBase< Scalar > | |
| DenseTensor< 2, Scalar > | qt |
| This is a column-major matrix as returned from LAPACK corresponding to \( Q \), so effectively it is \( Q^T \). More... | |
| DenseTensor< 2, Scalar > | rt |
| This is a column-major matrix as returned from LAPACK corresponding to \( R \), so it is effectively \( R^T
\). More... | |
Dense QR decomposition, nonfunctional template base.