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

/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h348 inline BlockXpr bottomLeftCorner(Index cRows, Index cCols) function
353 /// This is the const version of bottomLeftCorner(Index, Index).
355 inline const ConstBlockXpr bottomLeftCorner(Index cRows, Index cCols) const function
373 inline typename FixedBlockXpr<CRows,CCols>::Type bottomLeftCorner() function
378 /// This is the const version of bottomLeftCorner<int, int>().
381 inline const typename ConstFixedBlockXpr<CRows,CCols>::Type bottomLeftCorner() const function
406 inline typename FixedBlockXpr<CRows,CCols>::Type bottomLeftCorner(Index cRows, Index cCols) function
411 /// This is the const version of bottomLeftCorner<int, int>(Index, Index).
413 inline const typename ConstFixedBlockXpr<CRows,CCols>::Type bottomLeftCorner(Index cRows, Index cCols) const function

Completed in 146 milliseconds