Home
last modified time | relevance | path

Searched defs:cCols (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/plugins/
DBlockMethods.h92 inline BlockXpr topRightCorner(Index cRows, Index cCols) in topRightCorner()
99 inline const ConstBlockXpr topRightCorner(Index cRows, Index cCols) const in topRightCorner()
151 inline typename FixedBlockXpr<CRows,CCols>::Type topRightCorner(Index cRows, Index cCols) in topRightCorner()
158 inline const typename ConstFixedBlockXpr<CRows,CCols>::Type topRightCorner(Index cRows, Index cCols in topRightCorner()
178 inline BlockXpr topLeftCorner(Index cRows, Index cCols) in topLeftCorner()
185 inline const ConstBlockXpr topLeftCorner(Index cRows, Index cCols) const in topLeftCorner()
236 inline typename FixedBlockXpr<CRows,CCols>::Type topLeftCorner(Index cRows, Index cCols) in topLeftCorner()
243 inline const typename ConstFixedBlockXpr<CRows,CCols>::Type topLeftCorner(Index cRows, Index cCols)… in topLeftCorner()
263 inline BlockXpr bottomRightCorner(Index cRows, Index cCols) in bottomRightCorner()
270 inline const ConstBlockXpr bottomRightCorner(Index cRows, Index cCols) const in bottomRightCorner()
[all …]