Dense QR decomposition, nonfunctional template base. More...
#include <dense_qr.h>
Additional Inherited Members | |
![]() | |
typedef Scalar | Scalar |
The scalar type to be used. More... | |
![]() | |
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.