Searched defs:cCols (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/eigen/Eigen/src/plugins/ |
H A D | BlockMethods.h | 142 topRightCorner(NRowsType cRows, NColsType cCols) in topRightCorner() 156 topRightCorner(NRowsType cRows, NColsType cCols) const in topRightCorner() 210 typename FixedBlockXpr<CRows,CCols>::Type topRightCorner(Index cRows, Index cCols) in topRightCorner() 218 const typename ConstFixedBlockXpr<CRows,CCols>::Type topRightCorner(Index cRows, Index cCols) const in topRightCorner() 249 topLeftCorner(NRowsType cRows, NColsType cCols) in topLeftCorner() 263 topLeftCorner(NRowsType cRows, NColsType cCols) const in topLeftCorner() 316 typename FixedBlockXpr<CRows,CCols>::Type topLeftCorner(Index cRows, Index cCols) in topLeftCorner() 324 const typename ConstFixedBlockXpr<CRows,CCols>::Type topLeftCorner(Index cRows, Index cCols) const in topLeftCorner() 355 bottomRightCorner(NRowsType cRows, NColsType cCols) in bottomRightCorner() 370 bottomRightCorner(NRowsType cRows, NColsType cCols) const in bottomRightCorner() [all …]
|