Definition at line 429 of file Functors.h.
#include <src/Core/Functors.h>
Public Types | |
typedef scalar_product_traits < Scalar1, Scalar2 > ::ReturnType | result_type |
Public Member Functions | |
EIGEN_STRONG_INLINE | scalar_multiple2_op (const scalar_multiple2_op &other) |
EIGEN_STRONG_INLINE | scalar_multiple2_op (const Scalar2 &other) |
EIGEN_STRONG_INLINE result_type | operator() (const Scalar1 &a) const |
Public Attributes | |
add_const_on_value_type < typename NumTraits< Scalar2 > ::Nested >::type | m_other |
typedef scalar_product_traits<Scalar1,Scalar2>::ReturnType internal::scalar_multiple2_op< Scalar1, Scalar2 >::result_type |
Definition at line 430 of file Functors.h.
EIGEN_STRONG_INLINE internal::scalar_multiple2_op< Scalar1, Scalar2 >::scalar_multiple2_op | ( | const scalar_multiple2_op< Scalar1, Scalar2 > & | other ) | [inline] |
Definition at line 431 of file Functors.h.
EIGEN_STRONG_INLINE internal::scalar_multiple2_op< Scalar1, Scalar2 >::scalar_multiple2_op | ( | const Scalar2 & | other ) | [inline] |
Definition at line 432 of file Functors.h.
EIGEN_STRONG_INLINE result_type internal::scalar_multiple2_op< Scalar1, Scalar2 >::operator() | ( | const Scalar1 & | a ) | const [inline] |
Definition at line 433 of file Functors.h.
add_const_on_value_type<typename NumTraits<Scalar2>::Nested>::type internal::scalar_multiple2_op< Scalar1, Scalar2 >::m_other |
Definition at line 434 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 |