Searched refs:nbElts (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_Memory.h | 63 Index SparseLUImpl<Scalar,StorageIndex>::expand(VectorType& vec, Index& length, Index nbElts, Inde… in expand() argument 75 if (nbElts > 0 ) in expand() 76 old_vec = vec.segment(0,nbElts); in expand() 129 if (nbElts > 0) in expand() 130 vec.segment(0, nbElts) = old_vec; in expand() 209 Index SparseLUImpl<Scalar,StorageIndex>::memXpand(VectorType& vec, Index& maxlen, Index nbElts, Mem… in memXpand() argument 213 failed_size = this->expand<VectorType>(vec, maxlen, nbElts, 1, num_expansions); in memXpand() 215 failed_size = this->expand<VectorType>(vec, maxlen, nbElts, 0, num_expansions); in memXpand()
|
D | SparseLUImpl.h | 35 …Index expand(VectorType& vec, Index& length, Index nbElts, Index keep_prev, Index& num_expansions); 38 …Index memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansion…
|