17 Kernel(
bool inject_defaults=
true);
38 const static std::string
build ;
bool call_embedded_python_functions
Definition Kernel.hh:33
scalar_backend_t
Settings.
Definition Kernel.hh:32
@ mathematica
Definition Kernel.hh:32
Properties properties
Definition Kernel.hh:29
static const std::string version
Definition Kernel.hh:37
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
static const std::string build
Definition Kernel.hh:38
std::function< void(const std::string &)> warning_callback
Definition Kernel.hh:50
Kernel(bool inject_defaults=true)
Definition Kernel.cc:26
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:122
~Kernel()
Definition Kernel.cc:102
void warn(const std::string &msg, warn_t level=warn_t::warning) const
Definition Kernel.cc:134
bool display_fractions
Definition Kernel.hh:34
Kernel(const Kernel &other)=delete
warn_t warning_level
Definition Kernel.hh:49
enum cadabra::Kernel::scalar_backend_t scalar_backend
warn_t
Definition Kernel.hh:41
@ notset
Definition Kernel.hh:42
@ warning
Definition Kernel.hh:45
@ critical
Definition Kernel.hh:47
@ debug
Definition Kernel.hh:43
@ info
Definition Kernel.hh:44
@ error
Definition Kernel.hh:46
Class holding a collection of properties attached to expressions.
Definition Props.hh:237
Base class for all properties, handling argument parsing and defining the interface.
Definition Props.hh:127
Functions to handle the exchange properties of two or more symbols in a product.
Definition Adjform.cc:83
Definition SympyCdb.hh:14