Public Member Functions

op_partial_deriv< NumericT > Class Template Reference

Divergence operator: f |--> d f / (d x_i). More...

#include <unary_op_tags.hpp>

Public Member Functions

 op_partial_deriv ()
 op_partial_deriv (id_type i)
std::string str () const
NumericT apply (NumericT value) const
bool can_simplify () const
id_type id () const

Detailed Description

template<typename NumericT>
class viennamath::op_partial_deriv< NumericT >

Divergence operator: f |--> d f / (d x_i).

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

Constructor & Destructor Documentation

op_partial_deriv (  )  [inline]
op_partial_deriv ( id_type  i  )  [inline]

Member Function Documentation

NumericT apply ( NumericT  value  )  const [inline]
bool can_simplify (  )  const [inline]
id_type id (  )  const [inline]
std::string str (  )  const [inline]

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