SyTen
syten::QR::DenseQR< Scalar > Struct Template Reference

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, Scalarqt
 This is a column-major matrix as returned from LAPACK corresponding to \( Q \), so effectively it is \( Q^T \). More...
 
DenseTensor< 2, Scalarrt
 This is a column-major matrix as returned from LAPACK corresponding to \( R \), so it is effectively \( R^T \). More...
 

Detailed Description

template<typename Scalar>
struct syten::QR::DenseQR< Scalar >

Dense QR decomposition, nonfunctional template base.


The documentation for this struct was generated from the following file: