Public Member Functions | Static Public Member Functions

op_exp< NumericT > Struct Template Reference

Exponential mapping: x |--> exp(x). More...

#include <unary_op_tags.hpp>

Public Member Functions

NumericT apply (NumericT value) const
bool can_simplify () const

Static Public Member Functions

static std::string str ()

Detailed Description

template<typename NumericT>
struct viennamath::op_exp< NumericT >

Exponential mapping: x |--> exp(x).

Template Parameters:
NumericT The underlying numeric (floating point) type

Member Function Documentation

NumericT apply ( NumericT  value  )  const [inline]
bool can_simplify (  )  const [inline]
static std::string str (  )  [inline, static]

The documentation for this struct was generated from the following file: