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

/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h78 inline Block<Derived> topRightCorner(Index cRows, Index cCols) function
83 /** This is the const version of topRightCorner(Index, Index).*/
84 inline const Block<const Derived> topRightCorner(Index cRows, Index cCols) const function
99 inline Block<Derived, CRows, CCols> topRightCorner() function
104 /** This is the const version of topRightCorner<int, int>().*/
106 inline const Block<const Derived, CRows, CCols> topRightCorner() const function

Completed in 69 milliseconds