Home
last modified time | relevance | path

Searched defs:outerIndexPtr (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
DSparseTranspose.h35 …inline const StorageIndex* outerIndexPtr() const { return derived().nestedExpression().outerIndexP… in outerIndexPtr() function
40 inline StorageIndex* outerIndexPtr() { return derived().nestedExpression().outerIndexPtr(); } in outerIndexPtr() function
DSparseBlock.h229 inline const StorageIndex* outerIndexPtr() const in outerIndexPtr() function
231 inline StorageIndex* outerIndexPtr() in outerIndexPtr() function
/external/eigen/Eigen/src/SparseLU/
DSparseLU.h514 const StorageIndex * outerIndexPtr; in factorize() local