Home
last modified time | relevance | path

Searched refs:memXpand (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_copy_to_ucol.h78 mem = memXpand<ScalarVector>(glu.ucol, glu.nzumax, nextu, UCOL, glu.num_expansions); in copy_to_ucol()
80 mem = memXpand<IndexVector>(glu.usub, glu.nzumax, nextu, USUB, glu.num_expansions); in copy_to_ucol()
DSparseLU_column_dfs.h53 m_luImpl.memXpand(lsub, m_glu.nzlmax, nextl, LSUB, m_glu.num_expansions); in mem_expand()
DSparseLU_Memory.h209 Index SparseLUImpl<Scalar,StorageIndex>::memXpand(VectorType& vec, Index& maxlen, Index nbElts, Mem… in memXpand() function
DSparseLU_column_bmod.h124 mem = memXpand<ScalarVector>(glu.lusup, glu.nzlumax, nextlu, LUSUP, glu.num_expansions); in column_bmod()
DSparseLUImpl.h38 …Index memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansion…