![]() |
Cadabra
Computer algebra system for field theory problems
|
Go to the source code of this file.
Classes | |
| class | cadabra::NInterpolatingFunction |
| An object representing a one-variable function (for now), which is computed from an interpolation of numerical data points. More... | |
Namespaces | |
| namespace | cadabra |
| Functions to handle the exchange properties of two or more symbols in a product. | |
Typedefs | |
| typedef std::map< Ex, std::pair< double, double >, tree_exact_less_no_wildcards_obj > | cadabra::variable_ranges_t |
| Data structure which, for a set of variables/expressions, holds a real range. | |
Functions | |
| variable_ranges_t | cadabra::function_domain (const Ex &) |
| Return the range of definition of a given expression. | |