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

/external/eigen/Eigen/src/SparseCore/
H A DSparseBlock.h348 SparseMatrixBase<Derived>::innerVectors(Index outerStart, Index outerSize) argument
351 IsRowMajor ? outerStart : 0, IsRowMajor ? 0 : outerStart,
361 SparseMatrixBase<Derived>::innerVectors(Index outerStart, Index outerSize) const argument
364 IsRowMajor ? outerStart : 0, IsRowMajor ? 0 : outerStart,

Completed in 132 milliseconds