69#ifndef EIGEN_LU_STRUCTS
70#define EIGEN_LU_STRUCTS
72#include "./InternalHeaderCheck.h"
77enum MemType { LUSUP, UCOL, LSUB, USUB, LLVL, ULVL };
79template <
typename IndexVector,
typename ScalarVector>
81 typedef typename IndexVector::Scalar StorageIndex;
Namespace containing all symbols from the Eigen library.
Definition B01_Experimental.dox:1
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
Definition Meta.h:82