Searched refs:nzlumax (Results 1 – 3 of 3) sorted by relevance
155 …glu.nzumax = glu.nzlumax = (std::min)(fillratio * (annz+1) / n, m) * n; // estimated number of non… in memInit()164 … + (glu.nzlmax + glu.nzumax) * sizeof(Index) + (glu.nzlumax+glu.nzumax) * sizeof(Scalar) + n; in memInit()180 if( (expand<ScalarVector>(glu.lusup, glu.nzlumax, 0, 0, num_expansions)<0) in memInit()186 glu.nzlumax /= 2; in memInit()189 if (glu.nzlumax < annz ) return glu.nzlumax; in memInit()
122 while (new_next > glu.nzlumax ) in column_bmod()124 mem = memXpand<ScalarVector>(glu.lusup, glu.nzlumax, nextlu, LUSUP, glu.num_expansions); in column_bmod()
86 Index nzlumax; // Current max size of lusup member