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;
110 #endif // EIGEN_LU_STRUCTS Namespace containing all symbols from the Eigen library.
Definition: Core:287
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
Definition: Meta.h:33
Definition: Eigen_Colamd.h:50