Home | History | Annotate | Download | only in plugins

Lines Matching refs:bottomRightCorner

231 inline Block<Derived> bottomRightCorner(Index cRows, Index cCols)
236 /** This is the const version of bottomRightCorner(Index, Index).*/
237 inline const Block<const Derived> bottomRightCorner(Index cRows, Index cCols) const
252 inline Block<Derived, CRows, CCols> bottomRightCorner()
257 /** This is the const version of bottomRightCorner<int, int>().*/
259 inline const Block<const Derived, CRows, CCols> bottomRightCorner() const
282 inline Block<Derived, CRows, CCols> bottomRightCorner(Index cRows, Index cCols)
287 /** This is the const version of bottomRightCorner<int, int>(Index, Index).*/
289 inline const Block<const Derived, CRows, CCols> bottomRightCorner(Index cRows, Index cCols) const