Searched defs:memtype (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_Memory.h204 * \param memtype Type of the element to expand
210 Index SparseLUImpl<Scalar,Index>::memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansions) argument
213 if (memtype == USUB)

Completed in 158 milliseconds