Public Types | Public Member Functions | Public Attributes

internal::scalar_quotient1_impl< Scalar, IsInteger > Struct Template Reference

#include <Functors.h>

List of all members.

Public Types

typedef packet_traits< Scalar >
::type 
Packet

Public Member Functions

EIGEN_STRONG_INLINE scalar_quotient1_impl (const scalar_quotient1_impl &other)
EIGEN_STRONG_INLINE scalar_quotient1_impl (const Scalar &other)
EIGEN_STRONG_INLINE Scalar operator() (const Scalar &a) const
EIGEN_STRONG_INLINE const Packet packetOp (const Packet &a) const

Public Attributes

const Scalar m_other

template<typename Scalar, bool IsInteger>
struct internal::scalar_quotient1_impl< Scalar, IsInteger >


Member Typedef Documentation

template<typename Scalar, bool IsInteger>
typedef packet_traits<Scalar>::type internal::scalar_quotient1_impl< Scalar, IsInteger >::Packet

Constructor & Destructor Documentation

template<typename Scalar, bool IsInteger>
EIGEN_STRONG_INLINE internal::scalar_quotient1_impl< Scalar, IsInteger >::scalar_quotient1_impl ( const scalar_quotient1_impl< Scalar, IsInteger > &  other  )  [inline]
template<typename Scalar, bool IsInteger>
EIGEN_STRONG_INLINE internal::scalar_quotient1_impl< Scalar, IsInteger >::scalar_quotient1_impl ( const Scalar &  other  )  [inline]

Member Function Documentation

template<typename Scalar, bool IsInteger>
EIGEN_STRONG_INLINE Scalar internal::scalar_quotient1_impl< Scalar, IsInteger >::operator() ( const Scalar &  a  )  const [inline]
template<typename Scalar, bool IsInteger>
EIGEN_STRONG_INLINE const Packet internal::scalar_quotient1_impl< Scalar, IsInteger >::packetOp ( const Packet a  )  const [inline]

Member Data Documentation

template<typename Scalar, bool IsInteger>
const Scalar internal::scalar_quotient1_impl< Scalar, IsInteger >::m_other

The documentation for this struct was generated from the following file: