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