Lines Matching refs:cRows
92 inline BlockXpr topRightCorner(Index cRows, Index cCols) in topRightCorner() argument
94 return BlockXpr(derived(), 0, cols() - cCols, cRows, cCols); in topRightCorner()
99 inline const ConstBlockXpr topRightCorner(Index cRows, Index cCols) const in topRightCorner() argument
101 return ConstBlockXpr(derived(), 0, cols() - cCols, cRows, cCols); in topRightCorner()
151 inline typename FixedBlockXpr<CRows,CCols>::Type topRightCorner(Index cRows, Index cCols) in topRightCorner() argument
153 return typename FixedBlockXpr<CRows,CCols>::Type(derived(), 0, cols() - cCols, cRows, cCols); in topRightCorner()
158 inline const typename ConstFixedBlockXpr<CRows,CCols>::Type topRightCorner(Index cRows, Index cCols… in topRightCorner() argument
160 return typename ConstFixedBlockXpr<CRows,CCols>::Type(derived(), 0, cols() - cCols, cRows, cCols); in topRightCorner()
178 inline BlockXpr topLeftCorner(Index cRows, Index cCols) in topLeftCorner() argument
180 return BlockXpr(derived(), 0, 0, cRows, cCols); in topLeftCorner()
185 inline const ConstBlockXpr topLeftCorner(Index cRows, Index cCols) const in topLeftCorner() argument
187 return ConstBlockXpr(derived(), 0, 0, cRows, cCols); in topLeftCorner()
236 inline typename FixedBlockXpr<CRows,CCols>::Type topLeftCorner(Index cRows, Index cCols) in topLeftCorner() argument
238 return typename FixedBlockXpr<CRows,CCols>::Type(derived(), 0, 0, cRows, cCols); in topLeftCorner()
243 inline const typename ConstFixedBlockXpr<CRows,CCols>::Type topLeftCorner(Index cRows, Index cCols)… in topLeftCorner() argument
245 return typename ConstFixedBlockXpr<CRows,CCols>::Type(derived(), 0, 0, cRows, cCols); in topLeftCorner()
263 inline BlockXpr bottomRightCorner(Index cRows, Index cCols) in bottomRightCorner() argument
265 return BlockXpr(derived(), rows() - cRows, cols() - cCols, cRows, cCols); in bottomRightCorner()
270 inline const ConstBlockXpr bottomRightCorner(Index cRows, Index cCols) const in bottomRightCorner() argument
272 return ConstBlockXpr(derived(), rows() - cRows, cols() - cCols, cRows, cCols); in bottomRightCorner()
321 inline typename FixedBlockXpr<CRows,CCols>::Type bottomRightCorner(Index cRows, Index cCols) in bottomRightCorner() argument
323 …return typename FixedBlockXpr<CRows,CCols>::Type(derived(), rows() - cRows, cols() - cCols, cRows,… in bottomRightCorner()
328 inline const typename ConstFixedBlockXpr<CRows,CCols>::Type bottomRightCorner(Index cRows, Index cC… in bottomRightCorner() argument
330 …ame ConstFixedBlockXpr<CRows,CCols>::Type(derived(), rows() - cRows, cols() - cCols, cRows, cCols); in bottomRightCorner()
348 inline BlockXpr bottomLeftCorner(Index cRows, Index cCols) in bottomLeftCorner() argument
350 return BlockXpr(derived(), rows() - cRows, 0, cRows, cCols); in bottomLeftCorner()
355 inline const ConstBlockXpr bottomLeftCorner(Index cRows, Index cCols) const in bottomLeftCorner() argument
357 return ConstBlockXpr(derived(), rows() - cRows, 0, cRows, cCols); in bottomLeftCorner()
406 inline typename FixedBlockXpr<CRows,CCols>::Type bottomLeftCorner(Index cRows, Index cCols) in bottomLeftCorner() argument
408 return typename FixedBlockXpr<CRows,CCols>::Type(derived(), rows() - cRows, 0, cRows, cCols); in bottomLeftCorner()
413 inline const typename ConstFixedBlockXpr<CRows,CCols>::Type bottomLeftCorner(Index cRows, Index cCo… in bottomLeftCorner() argument
415 return typename ConstFixedBlockXpr<CRows,CCols>::Type(derived(), rows() - cRows, 0, cRows, cCols); in bottomLeftCorner()