Searched defs:cCols (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/Eigen2Support/ |
D | Block.h | 34 ::corner(CornerType type, Index cRows, Index cCols) in corner() 54 DenseBase<Derived>::corner(CornerType type, Index cRows, Index cCols) const in corner()
|
/external/eigen/Eigen/src/plugins/ |
D | BlockMethods.h | 78 inline Block<Derived> topRightCorner(Index cRows, Index cCols) in topRightCorner() 84 inline const Block<const Derived> topRightCorner(Index cRows, Index cCols) const in topRightCorner() 124 inline Block<Derived> topLeftCorner(Index cRows, Index cCols) in topLeftCorner() 130 inline const Block<const Derived> topLeftCorner(Index cRows, Index cCols) const in topLeftCorner() 169 inline Block<Derived> bottomRightCorner(Index cRows, Index cCols) in bottomRightCorner() 175 inline const Block<const Derived> bottomRightCorner(Index cRows, Index cCols) const in bottomRightCorner() 214 inline Block<Derived> bottomLeftCorner(Index cRows, Index cCols) in bottomLeftCorner() 220 inline const Block<const Derived> bottomLeftCorner(Index cRows, Index cCols) const in bottomLeftCorner()
|