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.h156 inline Block<Derived> topLeftCorner(Index cRows, Index cCols) in topLeftCorner() function
162 inline const Block<const Derived> topLeftCorner(Index cRows, Index cCols) const in topLeftCorner() function
177 inline Block<Derived, CRows, CCols> topLeftCorner() in topLeftCorner() function
184 inline const Block<const Derived, CRows, CCols> topLeftCorner() const in topLeftCorner() function
207 inline Block<Derived, CRows, CCols> topLeftCorner(Index cRows, Index cCols) in topLeftCorner() function
214 inline const Block<const Derived, CRows, CCols> topLeftCorner(Index cRows, Index cCols) const in topLeftCorner() function