HouseholderQR_LAPACKE.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::internal::lapacke_helpers::lapacke_hqr< MatrixQR, HCoeffs >
 

Namespaces

 Eigen
 Namespace containing all symbols from the Eigen library.
 
 Eigen::internal
 Namespace containing low-level routines from the Eigen library.
 
 Eigen::internal::lapacke_helpers
 Implementation details and helper functions for the lapacke glue code.
 

Macros

#define EIGEN_LAPACKE_HH_QR(EIGTYPE)
 

Macro Definition Documentation

◆ EIGEN_LAPACKE_HH_QR

#define EIGEN_LAPACKE_HH_QR (   EIGTYPE)
Value:
template <typename MatrixQR, typename HCoeffs> \
struct householder_qr_inplace_blocked<MatrixQR, HCoeffs, EIGTYPE, true> \
: public lapacke_helpers::lapacke_hqr<MatrixQR, HCoeffs> {};

Specialization for the data types supported by LAPACKe