#include <Functors.h>
Public Member Functions | |
Scalar | operator() (const Scalar &a) const |
scalar_pow_op (const scalar_pow_op &other) | |
scalar_pow_op (const Scalar &exponent) | |
Public Attributes | |
const Scalar | m_exponent |
Definition at line 773 of file Functors.h.
internal::scalar_pow_op< Scalar >::scalar_pow_op | ( | const scalar_pow_op< Scalar > & | other | ) | [inline] |
Definition at line 775 of file Functors.h.
internal::scalar_pow_op< Scalar >::scalar_pow_op | ( | const Scalar & | exponent | ) | [inline] |
Definition at line 776 of file Functors.h.
Scalar internal::scalar_pow_op< Scalar >::operator() | ( | const Scalar & | a | ) | const [inline] |
Definition at line 777 of file Functors.h.
const Scalar internal::scalar_pow_op< Scalar >::m_exponent |
Definition at line 778 of file Functors.h.