69 #ifndef EIGEN_LU_STRUCTS 70 #define EIGEN_LU_STRUCTS 72 #include "./InternalHeaderCheck.h" 77 enum MemType { LUSUP, UCOL, LSUB, USUB, LLVL, ULVL };
79 template <
typename IndexVector,
typename ScalarVector>
80 struct LU_GlobalLU_t {
81 typedef typename IndexVector::Scalar StorageIndex;
113 #endif // EIGEN_LU_STRUCTS Namespace containing all symbols from the Eigen library.
Definition: B01_Experimental.dox:1
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
Definition: Meta.h:82