#include <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] |
internal::scalar_pow_op< Scalar >::scalar_pow_op | ( | const Scalar & | exponent | ) | [inline] |
Scalar internal::scalar_pow_op< Scalar >::operator() | ( | const Scalar & | a | ) | const [inline] |
const Scalar internal::scalar_pow_op< Scalar >::m_exponent |