#include <Functors.h>
Public Types | |
typedef packet_traits< Scalar > ::type | Packet |
Public Member Functions | |
EIGEN_STRONG_INLINE Scalar | operator() (const Scalar &a) const |
EIGEN_STRONG_INLINE const Packet | packetOp (const Packet &a) const |
EIGEN_STRONG_INLINE | scalar_quotient1_impl (const scalar_quotient1_impl &other) |
EIGEN_STRONG_INLINE | scalar_quotient1_impl (const Scalar &other) |
Public Attributes | |
const Scalar | m_other |
Definition at line 451 of file Functors.h.
typedef packet_traits<Scalar>::type internal::scalar_quotient1_impl< Scalar, IsInteger >::Packet |
Definition at line 452 of file Functors.h.
EIGEN_STRONG_INLINE internal::scalar_quotient1_impl< Scalar, IsInteger >::scalar_quotient1_impl | ( | const scalar_quotient1_impl< Scalar, IsInteger > & | other | ) | [inline] |
Definition at line 454 of file Functors.h.
EIGEN_STRONG_INLINE internal::scalar_quotient1_impl< Scalar, IsInteger >::scalar_quotient1_impl | ( | const Scalar & | other | ) | [inline] |
Definition at line 455 of file Functors.h.
EIGEN_STRONG_INLINE Scalar internal::scalar_quotient1_impl< Scalar, IsInteger >::operator() | ( | const Scalar & | a | ) | const [inline] |
Definition at line 456 of file Functors.h.
EIGEN_STRONG_INLINE const Packet internal::scalar_quotient1_impl< Scalar, IsInteger >::packetOp | ( | const Packet & | a | ) | const [inline] |
Definition at line 457 of file Functors.h.
const Scalar internal::scalar_quotient1_impl< Scalar, IsInteger >::m_other |
Definition at line 459 of file Functors.h.