LLT_LAPACKE.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::internal::lapacke_helpers::rank_update< Mode >
 
struct  Eigen::internal::lapacke_helpers::rank_update< Lower >
 
struct  Eigen::internal::lapacke_helpers::rank_update< Upper >
 
struct  Eigen::internal::lapacke_helpers::lapacke_llt< Scalar, Mode >
 

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_LLT(EIGTYPE)
 

Macro Definition Documentation

◆ EIGEN_LAPACKE_LLT

#define EIGEN_LAPACKE_LLT (   EIGTYPE)
Value:
template <> \
struct llt_inplace<EIGTYPE, Lower> : public lapacke_helpers::lapacke_llt<EIGTYPE, Lower> {}; \
template <> \
struct llt_inplace<EIGTYPE, Upper> : public lapacke_helpers::lapacke_llt<EIGTYPE, Upper> {};