HomeSort by relevance Sort by last modified time
    Searched refs:CornerType (Results 1 - 4 of 4) sorted by null

  /external/eigen/Eigen/src/Eigen2Support/
Block.h 34 ::corner(CornerType type, Index cRows, Index cCols)
51 /** This is the const version of corner(CornerType, Index, Index).*/
54 DenseBase<Derived>::corner(CornerType type, Index cRows, Index cCols) const
86 DenseBase<Derived>::corner(CornerType type)
103 /** This is the const version of corner<int, int>(CornerType).*/
107 DenseBase<Derived>::corner(CornerType type) const
  /external/eigen/Eigen/src/Core/util/
Constants.h 201 enum CornerType { TopLeft, TopRight, BottomLeft, BottomRight };
  /external/eigen/Eigen/src/Core/
DenseBase.h 485 Block<Derived> corner(CornerType type, Index cRows, Index cCols);
486 const Block<Derived> corner(CornerType type, Index cRows, Index cCols) const;
488 Block<Derived, CRows, CCols> corner(CornerType type);
490 const Block<Derived, CRows, CCols> corner(CornerType type) const;
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 41 enum CornerType
142 inline VectorType corner(CornerType corner) const

Completed in 69 milliseconds