Searched defs:topLeftCorner (Results 1 – 2 of 2) sorted by relevance
/external/eigen/doc/examples/ |
D | class_Block.cpp | 8 topLeftCorner(MatrixBase<Derived>& m, int rows, int cols) in topLeftCorner() function 15 topLeftCorner(const MatrixBase<Derived>& m, int rows, int cols) in topLeftCorner() function
|
/external/eigen/Eigen/src/plugins/ |
D | BlockMethods.h | 249 topLeftCorner(NRowsType cRows, NColsType cCols) in topLeftCorner() function 263 topLeftCorner(NRowsType cRows, NColsType cCols) const in topLeftCorner() function 282 typename FixedBlockXpr<CRows,CCols>::Type topLeftCorner() in topLeftCorner() function 290 const typename ConstFixedBlockXpr<CRows,CCols>::Type topLeftCorner() const in topLeftCorner() function 316 typename FixedBlockXpr<CRows,CCols>::Type topLeftCorner(Index cRows, Index cCols) in topLeftCorner() function 324 const typename ConstFixedBlockXpr<CRows,CCols>::Type topLeftCorner(Index cRows, Index cCols) const in topLeftCorner() function
|