PartialPivLU_LAPACKE.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::internal::lapacke_helpers::lapacke_partial_lu< Scalar, StorageOrder >
 

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

Macro Definition Documentation

◆ EIGEN_LAPACKE_PARTIAL_LU

#define EIGEN_LAPACKE_PARTIAL_LU (   EIGTYPE)
Value:
template <int StorageOrder> \
struct partial_lu_impl<EIGTYPE, StorageOrder, lapack_int, Dynamic> \
: public lapacke_helpers::lapacke_partial_lu<EIGTYPE, StorageOrder> {};