Searched defs:AlignedBox (Results 1 – 1 of 1) sorted by relevance
65 EIGEN_DEVICE_FUNC inline AlignedBox() in AlignedBox() function69 EIGEN_DEVICE_FUNC inline explicit AlignedBox(Index _dim) : m_min(_dim), m_max(_dim) in AlignedBox() function75 …EIGEN_DEVICE_FUNC inline AlignedBox(const OtherVectorType1& _min, const OtherVectorType2& _max) : … in AlignedBox() function79 …EIGEN_DEVICE_FUNC inline explicit AlignedBox(const MatrixBase<Derived>& p) : m_min(p), m_max(m_min) in AlignedBox() function292 …EIGEN_DEVICE_FUNC inline explicit AlignedBox(const AlignedBox<OtherScalarType,AmbientDimAtCompileT… in AlignedBox() function