#include <Functors.h>
Public Member Functions | |
ei_scalar_pow_op (const Scalar &exponent) | |
ei_scalar_pow_op (const ei_scalar_pow_op &other) | |
Scalar | operator() (const Scalar &a) const |
Public Attributes | |
const Scalar | m_exponent |
Private Member Functions | |
ei_scalar_pow_op & | operator= (const ei_scalar_pow_op &) |
Definition at line 137 of file Array/Functors.h.
ei_scalar_pow_op< Scalar >::ei_scalar_pow_op | ( | const ei_scalar_pow_op< Scalar > & | other | ) | [inline] |
Definition at line 139 of file Array/Functors.h.
ei_scalar_pow_op< Scalar >::ei_scalar_pow_op | ( | const Scalar & | exponent | ) | [inline] |
Definition at line 140 of file Array/Functors.h.
Scalar ei_scalar_pow_op< Scalar >::operator() | ( | const Scalar & | a | ) | const [inline] |
Definition at line 141 of file Array/Functors.h.
ei_scalar_pow_op& ei_scalar_pow_op< Scalar >::operator= | ( | const ei_scalar_pow_op< Scalar > & | ) | [private] |
const Scalar ei_scalar_pow_op< Scalar >::m_exponent |
Definition at line 142 of file Array/Functors.h.