 |
Cadabra
Computer algebra system for field theory problems
|
Go to the documentation of this file.
17 Kernel(
bool inject_defaults=
true);
37 const static std::string
build ;
Properties properties
Definition: Kernel.hh:28
void inject_property(property *prop, std::shared_ptr< Ex > pattern, std::shared_ptr< Ex > property_arguments)
Inject a property into the system and attach it to the given pattern.
Definition: Kernel.cc:107
scalar_backend_t
Settings.
Definition: Kernel.hh:31
const static std::string version
Definition: Kernel.hh:36
const static std::string build
Definition: Kernel.hh:37
enum cadabra::Kernel::scalar_backend_t scalar_backend
warn_t
Definition: Kernel.hh:40
bool display_fractions
Definition: Kernel.hh:33
warn_t warning_level
Definition: Kernel.hh:48
bool call_embedded_python_functions
Definition: Kernel.hh:32
Kernel(bool inject_defaults=true)
Definition: Kernel.cc:26
FIXME: the above two need to be merged, because parse may need access to the actual pattern tree,...
Definition: Props.hh:127
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:83
~Kernel()
Definition: Kernel.cc:102
std::function< void(const std::string &)> warning_callback
Definition: Kernel.hh:49
std::shared_ptr< Ex > ex_from_string(const std::string &)
Create an Ex expression object from a string, which will be parsed.
Definition: Kernel.cc:121
void warn(const std::string &msg, warn_t level=warn_t::warning) const
Definition: Kernel.cc:133