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