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

  /external/eigen/Eigen/src/SparseLU/
SparseLU_Memory.h 157 glu.nzlmax = (std::max)(Index(4), fillratio) * annz / 4; // estimated nnz in L factor
165 + (glu.nzlmax + glu.nzumax) * sizeof(Index) + (glu.nzlumax+glu.nzumax) * sizeof(Scalar) + n;
183 || (expand<IndexVector> (glu.lsub, glu.nzlmax, 0, 0, num_expansions)<0)
189 glu.nzlmax /= 2;
SparseLU_Structs.h 85 Index nzlmax; // Current max size of lsub member in struct:Eigen::internal::LU_GlobalLU_t
SparseLU_column_dfs.h 52 if (nextl >= m_glu.nzlmax)
53 m_luImpl.memXpand(lsub, m_glu.nzlmax, nextl, LSUB, m_glu.num_expansions);

Completed in 367 milliseconds