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

/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h263 inline BlockXpr bottomRightCorner(Index cRows, Index cCols) function
268 /// This is the const version of bottomRightCorner(Index, Index).
270 inline const ConstBlockXpr bottomRightCorner(Index cRows, Index cCols) const function
288 inline typename FixedBlockXpr<CRows,CCols>::Type bottomRightCorner() function
293 /// This is the const version of bottomRightCorner<int, int>().
296 inline const typename ConstFixedBlockXpr<CRows,CCols>::Type bottomRightCorner() const function
321 inline typename FixedBlockXpr<CRows,CCols>::Type bottomRightCorner(Index cRows, Index cCols) function
326 /// This is the const version of bottomRightCorner<int, int>(Index, Index).
328 inline const typename ConstFixedBlockXpr<CRows,CCols>::Type bottomRightCorner(Index cRows, Index cCols) const function

Completed in 203 milliseconds