Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Geometry/
DAlignedBox.h65 EIGEN_DEVICE_FUNC inline AlignedBox() in AlignedBox() function
69 EIGEN_DEVICE_FUNC inline explicit AlignedBox(Index _dim) : m_min(_dim), m_max(_dim) in AlignedBox() function
75 …EIGEN_DEVICE_FUNC inline AlignedBox(const OtherVectorType1& _min, const OtherVectorType2& _max) : … in AlignedBox() function
79 …EIGEN_DEVICE_FUNC inline explicit AlignedBox(const MatrixBase<Derived>& p) : m_min(p), m_max(m_min) in AlignedBox() function
292 …EIGEN_DEVICE_FUNC inline explicit AlignedBox(const AlignedBox<OtherScalarType,AmbientDimAtCompileT… in AlignedBox() function