Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/plugins/
DBlockMethods.h169 inline Block<Derived> bottomRightCorner(Index cRows, Index cCols) in bottomRightCorner() function
175 inline const Block<const Derived> bottomRightCorner(Index cRows, Index cCols) const in bottomRightCorner() function
190 inline Block<Derived, CRows, CCols> bottomRightCorner() in bottomRightCorner() function
197 inline const Block<const Derived, CRows, CCols> bottomRightCorner() const in bottomRightCorner() function