Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/plugins/
DBlockMethods.h78 inline Block<Derived> topRightCorner(Index cRows, Index cCols) in topRightCorner() function
84 inline const Block<const Derived> topRightCorner(Index cRows, Index cCols) const in topRightCorner() function
99 inline Block<Derived, CRows, CCols> topRightCorner() in topRightCorner() function
106 inline const Block<const Derived, CRows, CCols> topRightCorner() const in topRightCorner() function