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.h124 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