Searched defs:bottomRightCorner (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/plugins/ |
D | BlockMethods.h | 231 inline Block<Derived> bottomRightCorner(Index cRows, Index cCols) in bottomRightCorner() function 237 inline const Block<const Derived> bottomRightCorner(Index cRows, Index cCols) const in bottomRightCorner() function 252 inline Block<Derived, CRows, CCols> bottomRightCorner() in bottomRightCorner() function 259 inline const Block<const Derived, CRows, CCols> bottomRightCorner() const in bottomRightCorner() function 282 inline Block<Derived, CRows, CCols> bottomRightCorner(Index cRows, Index cCols) in bottomRightCorner() function 289 inline const Block<const Derived, CRows, CCols> bottomRightCorner(Index cRows, Index cCols) const in bottomRightCorner() function
|