Searched refs:memXpand (Results 1 – 5 of 5) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_copy_to_ucol.h | 78 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()
|
D | SparseLU_column_dfs.h | 53 m_luImpl.memXpand(lsub, m_glu.nzlmax, nextl, LSUB, m_glu.num_expansions); in mem_expand()
|
D | SparseLU_Memory.h | 209 Index SparseLUImpl<Scalar,StorageIndex>::memXpand(VectorType& vec, Index& maxlen, Index nbElts, Mem… in memXpand() function
|
D | SparseLUImpl.h | 38 …Index memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansion…
|
D | SparseLU_column_bmod.h | 124 mem = memXpand<ScalarVector>(glu.lusup, glu.nzlumax, nextlu, LUSUP, glu.num_expansions); in column_bmod()
|