Home
last modified time | relevance | path

Searched refs:nzlumax (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_Memory.h156 …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()
DSparseLU_column_bmod.h121 while (new_next > glu.nzlumax ) in column_bmod()
123 mem = memXpand<ScalarVector>(glu.lusup, glu.nzlumax, nextlu, LUSUP, glu.num_expansions); in column_bmod()
DSparseLU_Structs.h86 Index nzlumax; // Current max size of lusup member