Searched refs:memXpand (Results 1 – 5 of 5) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_copy_to_ucol.h | 77 mem = memXpand<ScalarVector>(glu.ucol, glu.nzumax, nextu, UCOL, glu.num_expansions); in copy_to_ucol() 79 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 | 210 Index SparseLUImpl<Scalar,Index>::memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType me… in memXpand() function
|
D | SparseLUImpl.h | 36 …Index memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansion…
|
D | SparseLU_column_bmod.h | 123 mem = memXpand<ScalarVector>(glu.lusup, glu.nzlumax, nextlu, LUSUP, glu.num_expansions); in column_bmod()
|