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 | 124 inline Block<Derived> topLeftCorner(Index cRows, Index cCols) in topLeftCorner() function 130 inline const Block<const Derived> topLeftCorner(Index cRows, Index cCols) const in topLeftCorner() function 145 inline Block<Derived, CRows, CCols> topLeftCorner() in topLeftCorner() function 152 inline const Block<const Derived, CRows, CCols> topLeftCorner() const in topLeftCorner() function
|