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