Cadabra
Computer algebra system for field theory problems
Toggle main menu visibility
Loading...
Searching...
No Matches
core
Bridge.hh
Go to the documentation of this file.
1
2
#pragma once
3
4
#include "
Storage.hh
"
5
#include "
Kernel.hh
"
6
11
12
void
pull_in
(std::shared_ptr<cadabra::Ex> ex,
cadabra::Kernel
*);
13
14
19
20
void
run_python_functions
(std::shared_ptr<cadabra::Ex> ex,
cadabra::Kernel
*);
Kernel.hh
Storage.hh
cadabra::Kernel
Definition
Kernel.hh:15
pull_in
void pull_in(std::shared_ptr< cadabra::Ex > ex, cadabra::Kernel *)
Replace any objects of the form '(...)' in the expression tree by the python expression '....
Definition
Bridge.cc:11
run_python_functions
void run_python_functions(std::shared_ptr< cadabra::Ex > ex, cadabra::Kernel *)
Run all functions in the given expression which are available in the Python scope.
Definition
Bridge.cc:64
Generated by
1.17.0