HomeSort by relevance Sort by last modified time
    Searched refs:nzlumax (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/SparseLU/
SparseLU_Memory.h 155 glu.nzumax = glu.nzlumax = (std::min)(fillratio * (annz+1) / n, m) * n; // estimated number of nonzeros in U
164 + (glu.nzlmax + glu.nzumax) * sizeof(Index) + (glu.nzlumax+glu.nzumax) * sizeof(Scalar) + n;
180 if( (expand<ScalarVector>(glu.lusup, glu.nzlumax, 0, 0, num_expansions)<0)
186 glu.nzlumax /= 2;
189 if (glu.nzlumax < annz ) return glu.nzlumax;
SparseLU_Structs.h 86 Index nzlumax; // Current max size of lusup member in struct:Eigen::internal::LU_GlobalLU_t
SparseLU_column_bmod.h 122 while (new_next > glu.nzlumax )
124 mem = memXpand<ScalarVector>(glu.lusup, glu.nzlumax, nextlu, LUSUP, glu.num_expansions);

Completed in 1525 milliseconds