Searched defs:perfvalues (Results 1 – 1 of 1) sorted by relevance
96 struct perfvalues { struct97 Index panel_size; // a panel consists of at most <panel_size> consecutive columns98 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 LU102 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