Home
last modified time | relevance | path

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

/external/eigen/doc/examples/
Dclass_Block.cpp8 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/
DBlockMethods.h178 inline BlockXpr topLeftCorner(Index cRows, Index cCols) in topLeftCorner() function
185 inline const ConstBlockXpr topLeftCorner(Index cRows, Index cCols) const in topLeftCorner() function
203 inline typename FixedBlockXpr<CRows,CCols>::Type topLeftCorner() in topLeftCorner() function
211 inline const typename ConstFixedBlockXpr<CRows,CCols>::Type topLeftCorner() const in topLeftCorner() function
236 inline typename FixedBlockXpr<CRows,CCols>::Type topLeftCorner(Index cRows, Index cCols) in topLeftCorner() function
243 inline const typename ConstFixedBlockXpr<CRows,CCols>::Type topLeftCorner(Index cRows, Index cCols)… in topLeftCorner() function