#include <Functors.h>
Public Types | |
typedef packet_traits< Scalar > ::type | Packet |
Public Member Functions | |
template<typename Index > | |
EIGEN_STRONG_INLINE const Scalar | operator() (Index, Index=0) const |
template<typename Index > | |
EIGEN_STRONG_INLINE const Packet | packetOp (Index, Index=0) const |
EIGEN_STRONG_INLINE | scalar_constant_op (const scalar_constant_op &other) |
EIGEN_STRONG_INLINE | scalar_constant_op (const Scalar &other) |
Public Attributes | |
const Scalar | m_other |
Definition at line 507 of file Functors.h.
typedef packet_traits<Scalar>::type Eigen::internal::scalar_constant_op< Scalar >::Packet |
Definition at line 508 of file Functors.h.
EIGEN_STRONG_INLINE Eigen::internal::scalar_constant_op< Scalar >::scalar_constant_op | ( | const scalar_constant_op< Scalar > & | other | ) | [inline] |
Definition at line 509 of file Functors.h.
EIGEN_STRONG_INLINE Eigen::internal::scalar_constant_op< Scalar >::scalar_constant_op | ( | const Scalar & | other | ) | [inline] |
Definition at line 510 of file Functors.h.
EIGEN_STRONG_INLINE const Scalar Eigen::internal::scalar_constant_op< Scalar >::operator() | ( | Index | , |
Index | = 0 |
||
) | const [inline] |
Definition at line 512 of file Functors.h.
EIGEN_STRONG_INLINE const Packet Eigen::internal::scalar_constant_op< Scalar >::packetOp | ( | Index | , |
Index | = 0 |
||
) | const [inline] |
Definition at line 514 of file Functors.h.
const Scalar Eigen::internal::scalar_constant_op< Scalar >::m_other |
Definition at line 515 of file Functors.h.