Lines Matching refs:topLeftCorner
156 inline Block<Derived> topLeftCorner(Index cRows, Index cCols)
161 /** This is the const version of topLeftCorner(Index, Index).*/
162 inline const Block<const Derived> topLeftCorner(Index cRows, Index cCols) const
177 inline Block<Derived, CRows, CCols> topLeftCorner()
182 /** This is the const version of topLeftCorner<int, int>().*/
184 inline const Block<const Derived, CRows, CCols> topLeftCorner() const
207 inline Block<Derived, CRows, CCols> topLeftCorner(Index cRows, Index cCols)
212 /** This is the const version of topLeftCorner<int, int>(Index, Index).*/
214 inline const Block<const Derived, CRows, CCols> topLeftCorner(Index cRows, Index cCols) const