Searched refs:nzlmax (Results 1 – 3 of 3) sorted by relevance
156 glu.nzlmax = (std::max)(Index(4), fillratio) * (annz+1) / 4; // estimated nnz in L factor in memInit()164 … + (glu.nzlmax + glu.nzumax) * sizeof(Index) + (glu.nzlumax+glu.nzumax) * sizeof(Scalar) + n; in memInit()182 || (expand<IndexVector> (glu.lsub, glu.nzlmax, 0, 0, num_expansions)<0) in memInit()188 glu.nzlmax /= 2; in memInit()
52 if (nextl >= m_glu.nzlmax) in mem_expand()53 m_luImpl.memXpand(lsub, m_glu.nzlmax, nextl, LSUB, m_glu.num_expansions); in mem_expand()
85 Index nzlmax; // Current max size of lsub member