Integration operator: f |--> \int_I f d x.
More...
#include <unary_op_tags.hpp>
Public Types |
typedef IntervalType | interval_type |
Public Member Functions |
NumericT | apply (NumericT value) const |
bool | can_simplify () const |
Static Public Member Functions |
static std::string | str () |
Detailed Description
template<typename IntervalType, id_type integration_variable>
class viennamath::op_ct_integral< IntervalType, integration_variable >
Integration operator: f |--> \int_I f d x.
- Template Parameters:
-
| IntervalType | The integration interval |
| integration_variable | ID of the integration variable |
Member Typedef Documentation
Member Function Documentation
NumericT apply |
( |
NumericT |
value |
) |
const [inline] |
bool can_simplify |
( |
|
) |
const [inline] |
static std::string str |
( |
|
) |
[inline, static] |
The documentation for this class was generated from the following file: