|
limes 3.1.0
Composable Calculus Expressions for C++20
|
#include <type_traits>#include <cstddef>#include "nodes/const.hpp"#include "nodes/var.hpp"#include "nodes/binary.hpp"#include "nodes/unary.hpp"#include "nodes/pow.hpp"#include "nodes/primitives.hpp"
Include dependency graph for antiderivatives.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | limes |
| namespace | limes::expr |
| Expression layer for composable calculus. | |
Functions | |
| template<std::size_t Dim, typename E > | |
| constexpr auto | limes::expr::antiderivative (E expr) |
| template<std::size_t Dim, typename E , typename T > | |
| constexpr T | limes::expr::definite_integral_symbolic (E expr, T a, T b) |
Variables | |
| template<typename E , std::size_t Dim> | |
| constexpr bool | limes::expr::has_antiderivative_v = has_antiderivative<E, Dim>::value |