69 #ifndef EIGEN_LU_STRUCTS
70 #define EIGEN_LU_STRUCTS
74 typedef enum {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL} MemType;
76 template <
typename IndexVector,
typename ScalarVector>
77 struct LU_GlobalLU_t {
78 typedef typename IndexVector::Scalar StorageIndex;
Namespace containing all symbols from the Eigen library.
Definition: Core:309
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
Definition: Meta.h:33