Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/plugins/
DBlockMethods.h80 inline Block<Derived> topRightCorner(Index cRows, Index cCols) in topRightCorner()
86 inline const Block<const Derived> topRightCorner(Index cRows, Index cCols) const in topRightCorner()
132 inline Block<Derived, CRows, CCols> topRightCorner(Index cRows, Index cCols) in topRightCorner()
139 inline const Block<const Derived, CRows, CCols> topRightCorner(Index cRows, Index cCols) const in topRightCorner()
156 inline Block<Derived> topLeftCorner(Index cRows, Index cCols) in topLeftCorner()
162 inline const Block<const Derived> topLeftCorner(Index cRows, Index cCols) const in topLeftCorner()
207 inline Block<Derived, CRows, CCols> topLeftCorner(Index cRows, Index cCols) in topLeftCorner()
214 inline const Block<const Derived, CRows, CCols> topLeftCorner(Index cRows, Index cCols) const in topLeftCorner()
231 inline Block<Derived> bottomRightCorner(Index cRows, Index cCols) in bottomRightCorner()
237 inline const Block<const Derived> bottomRightCorner(Index cRows, Index cCols) const in bottomRightCorner()
[all …]
/external/eigen/Eigen/src/Eigen2Support/
DBlock.h34 ::corner(CornerType type, Index cRows, Index cCols) in corner()
54 DenseBase<Derived>::corner(CornerType type, Index cRows, Index cCols) const in corner()