Home | History | Annotate | Download | only in SparseLU

Lines Matching refs:Index

78   typedef typename IndexVector::Scalar Index; 
85 Index nzlmax; // Current max size of lsub
86 Index nzlumax; // Current max size of lusup
90 Index nzumax; // Current max size of ucol
91 Index n; // Number of columns in the matrix
92 Index num_expansions;
96 template <typename Index>
98 Index panel_size; // a panel consists of at most <panel_size> consecutive columns
99 Index relax; // To control degree of relaxing supernodes. If the number of nodes (columns)
102 Index maxsuper; // The maximum size for a supernode in complete LU
103 Index rowblk; // The minimum row dimension for 2-D blocking to be used;
104 Index colblk; // The minimum column dimension for 2-D blocking to be used;
105 Index fillfactor; // The estimated fills factors for L and U, compared with A