SyTen
syten::QR::DenseQRBase< Type > Struct Template Reference

Dense QR decomposition, nonfunctional templated inheritance base. More...

#include <dense_qr.h>

+ Inheritance diagram for syten::QR::DenseQRBase< Type >:
+ Collaboration diagram for syten::QR::DenseQRBase< Type >:

Public Types

typedef Type Scalar
 The scalar type to be used. More...
 

Public Attributes

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 Type>
struct syten::QR::DenseQRBase< Type >

Dense QR decomposition, nonfunctional templated inheritance base.


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