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>
78 typedef typename IndexVector::Scalar StorageIndex;
110 #endif // EIGEN_LU_STRUCTS Namespace containing all symbols from the Eigen library.
Definition: bench_norm.cpp:85
Definition: SparseLU_Structs.h:77
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
Definition: Meta.h:33
Definition: BandTriangularSolver.h:13
Definition: SparseLU_Structs.h:96