69#ifndef EIGEN_LU_STRUCTS
70#define EIGEN_LU_STRUCTS
76template <
typename IndexVector,
typename ScalarVector>
MemType
Definition: SparseLU_Structs.h:74
@ LUSUP
Definition: SparseLU_Structs.h:74
@ LSUB
Definition: SparseLU_Structs.h:74
@ ULVL
Definition: SparseLU_Structs.h:74
@ USUB
Definition: SparseLU_Structs.h:74
@ LLVL
Definition: SparseLU_Structs.h:74
@ UCOL
Definition: SparseLU_Structs.h:74
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
Definition: Eigen_Colamd.h:50
Definition: SparseLU_Structs.h:77
IndexVector usub
Definition: SparseLU_Structs.h:88
Index nzlmax
Definition: SparseLU_Structs.h:85
IndexVector xsup
Definition: SparseLU_Structs.h:79
Index nzumax
Definition: SparseLU_Structs.h:90
Index num_expansions
Definition: SparseLU_Structs.h:92
IndexVector xlusup
Definition: SparseLU_Structs.h:83
IndexVector supno
Definition: SparseLU_Structs.h:80
IndexVector lsub
Definition: SparseLU_Structs.h:82
IndexVector xusub
Definition: SparseLU_Structs.h:89
IndexVector::Scalar StorageIndex
Definition: SparseLU_Structs.h:78
Index nzlumax
Definition: SparseLU_Structs.h:86
Index n
Definition: SparseLU_Structs.h:91
IndexVector xlsub
Definition: SparseLU_Structs.h:84
ScalarVector lusup
Definition: SparseLU_Structs.h:81
ScalarVector ucol
Definition: SparseLU_Structs.h:87
Definition: SparseLU_Structs.h:96
Index relax
Definition: SparseLU_Structs.h:98
Index panel_size
Definition: SparseLU_Structs.h:97
Index maxsuper
Definition: SparseLU_Structs.h:101
Index rowblk
Definition: SparseLU_Structs.h:102
Index colblk
Definition: SparseLU_Structs.h:103
Index fillfactor
Definition: SparseLU_Structs.h:104