#include <Functors.h>
Public Types | |
typedef ei_packet_traits < Scalar >::type | PacketScalar |
Public Member Functions | |
EIGEN_STRONG_INLINE | ei_scalar_multiple_op (const Scalar &other) |
EIGEN_STRONG_INLINE | ei_scalar_multiple_op (const ei_scalar_multiple_op &other) |
EIGEN_STRONG_INLINE Scalar | operator() (const Scalar &a) const |
EIGEN_STRONG_INLINE const PacketScalar | packetOp (const PacketScalar &a) const |
Public Attributes | |
const Scalar | m_other |
Private Member Functions | |
ei_scalar_multiple_op & | operator= (const ei_scalar_multiple_op &) |
Definition at line 273 of file Core/Functors.h.
typedef ei_packet_traits<Scalar>::type ei_scalar_multiple_op< Scalar >::PacketScalar |
Definition at line 274 of file Core/Functors.h.
EIGEN_STRONG_INLINE ei_scalar_multiple_op< Scalar >::ei_scalar_multiple_op | ( | const ei_scalar_multiple_op< Scalar > & | other | ) | [inline] |
Definition at line 276 of file Core/Functors.h.
EIGEN_STRONG_INLINE ei_scalar_multiple_op< Scalar >::ei_scalar_multiple_op | ( | const Scalar & | other | ) | [inline] |
Definition at line 277 of file Core/Functors.h.
EIGEN_STRONG_INLINE Scalar ei_scalar_multiple_op< Scalar >::operator() | ( | const Scalar & | a | ) | const [inline] |
Definition at line 278 of file Core/Functors.h.
ei_scalar_multiple_op& ei_scalar_multiple_op< Scalar >::operator= | ( | const ei_scalar_multiple_op< Scalar > & | ) | [private] |
EIGEN_STRONG_INLINE const PacketScalar ei_scalar_multiple_op< Scalar >::packetOp | ( | const PacketScalar & | a | ) | const [inline] |
Definition at line 279 of file Core/Functors.h.
const Scalar ei_scalar_multiple_op< Scalar >::m_other |
Definition at line 281 of file Core/Functors.h.