Home
last modified time | relevance | path

Searched defs:perfvalues (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_Structs.h96 struct perfvalues { struct
97 Index panel_size; // a panel consists of at most <panel_size> consecutive columns
98 Index relax; // To control degree of relaxing supernodes. If the number of nodes (columns)
101 Index maxsuper; // The maximum size for a supernode in complete LU
102 Index rowblk; // The minimum row dimension for 2-D blocking to be used;
103 Index colblk; // The minimum column dimension for 2-D blocking to be used;
104 Index fillfactor; // The estimated fills factors for L and U, compared with A