Searched refs:nbElts (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_Memory.h | 64 Index SparseLUImpl<Scalar,Index>::expand(VectorType& vec, Index& length, Index nbElts, Index keep_… in expand() argument 76 if (nbElts > 0 ) in expand() 77 old_vec = vec.segment(0,nbElts); in expand() 130 if (nbElts > 0) in expand() 131 vec.segment(0, nbElts) = old_vec; in expand() 210 Index SparseLUImpl<Scalar,Index>::memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType me… in memXpand() argument 214 failed_size = this->expand<VectorType>(vec, maxlen, nbElts, 1, num_expansions); in memXpand() 216 failed_size = this->expand<VectorType>(vec, maxlen, nbElts, 0, num_expansions); in memXpand()
|
D | SparseLUImpl.h | 33 …Index expand(VectorType& vec, Index& length, Index nbElts, Index keep_prev, Index& num_expansions); 36 …Index memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansion…
|