Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU_Structs.h97 struct perfvalues { struct
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