Dense QR decomposition, nonfunctional templated inheritance base. More...
#include <dense_qr.h>
Public Types | |
typedef Type | Scalar |
The scalar type to be used. More... | |
Public Attributes | |
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 templated inheritance base.