Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/Eigen/src/SparseCore/
H A 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
H A DSparseBlock.h229 inline const StorageIndex* outerIndexPtr() const in outerIndexPtr() function
231 inline StorageIndex* outerIndexPtr() in outerIndexPtr() function
/aosp_15_r20/external/eigen/Eigen/src/SparseLU/
H A DSparseLU.h610 const StorageIndex * outerIndexPtr; in factorize() local