Searched refs:nzlumax (Results 1 – 3 of 3) sorted by relevance
156 …glu.nzumax = glu.nzlumax = (std::min)(fillratio * annz / n, m) * n; // estimated number of nonzero… in memInit()165 … + (glu.nzlmax + glu.nzumax) * sizeof(Index) + (glu.nzlumax+glu.nzumax) * sizeof(Scalar) + n; in memInit()181 if( (expand<ScalarVector>(glu.lusup, glu.nzlumax, 0, 0, num_expansions)<0) in memInit()187 glu.nzlumax /= 2; in memInit()190 if (glu.nzlumax < annz ) return glu.nzlumax; in memInit()
121 while (new_next > glu.nzlumax ) in column_bmod()123 mem = memXpand<ScalarVector>(glu.lusup, glu.nzlumax, nextlu, LUSUP, glu.num_expansions); in column_bmod()
86 Index nzlumax; // Current max size of lusup member