Definition at line 704 of file Functors.h.
#include <src/Core/Functors.h>
Public Member Functions | |
scalar_pow_op (const scalar_pow_op &other) | |
scalar_pow_op (const Scalar &exponent) | |
Scalar | operator() (const Scalar &a) const |
Public Attributes | |
const Scalar | m_exponent |
internal::scalar_pow_op< Scalar >::scalar_pow_op | ( | const scalar_pow_op< Scalar > & | other | ) | [inline] |
Definition at line 706 of file Functors.h.
internal::scalar_pow_op< Scalar >::scalar_pow_op | ( | const Scalar & | exponent | ) | [inline] |
Definition at line 707 of file Functors.h.
Scalar internal::scalar_pow_op< Scalar >::operator() | ( | const Scalar & | a | ) | const [inline] |
Definition at line 708 of file Functors.h.
References pow().
const Scalar internal::scalar_pow_op< Scalar >::m_exponent |
Definition at line 709 of file Functors.h.
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011 |