Definition at line 488 of file Functors.h.
#include <src/Core/Functors.h>
Public Types | |
typedef packet_traits< Scalar > ::type | Packet |
Public Member Functions | |
EIGEN_STRONG_INLINE | scalar_constant_op (const scalar_constant_op &other) |
EIGEN_STRONG_INLINE | scalar_constant_op (const Scalar &other) |
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 |
Public Attributes | |
const Scalar | m_other |
typedef packet_traits<Scalar>::type internal::scalar_constant_op< Scalar >::Packet |
Definition at line 489 of file Functors.h.
EIGEN_STRONG_INLINE internal::scalar_constant_op< Scalar >::scalar_constant_op | ( | const scalar_constant_op< Scalar > & | other ) | [inline] |
Definition at line 490 of file Functors.h.
EIGEN_STRONG_INLINE internal::scalar_constant_op< Scalar >::scalar_constant_op | ( | const Scalar & | other ) | [inline] |
Definition at line 491 of file Functors.h.
EIGEN_STRONG_INLINE const Scalar internal::scalar_constant_op< Scalar >::operator() | ( | Index | , |
Index | = 0 |
||
) | const [inline] |
Definition at line 493 of file Functors.h.
EIGEN_STRONG_INLINE const Packet internal::scalar_constant_op< Scalar >::packetOp | ( | Index | , |
Index | = 0 |
||
) | const [inline] |
Definition at line 495 of file Functors.h.
const Scalar internal::scalar_constant_op< Scalar >::m_other |
Definition at line 496 of file Functors.h.
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |