 |
Cadabra
Computer algebra system for field theory problems
|
Go to the documentation of this file.
27 std::string
convert_line(
const std::string&, std::string&
lhs, std::string&
rhs, std::string& op, std::string& indent,
bool display);
38 #ifndef CDBPYTHON_NO_NOTEBOOK
40 std::string
cnb2python(
const std::string&,
bool for_standalone);
std::string cdb2python_string(const std::string &, bool display)
Definition: CdbPython.cc:56
std::string cnb2python(const std::string &, bool for_standalone)
Definition: CdbPython.cc:215
std::string convert_line(const std::string &, std::string &lhs, std::string &rhs, std::string &op, std::string &indent, bool display)
Definition: CdbPython.cc:71
std::string escape_quotes(const std::string &)
Definition: CdbPython.cc:14
Ex rhs(Ex_ptr ex)
Definition: py_ex.cc:318
def display(obj, delay_send=False)
Generic display function which handles local as well as remote clients.
Definition: cadabra2_defaults.py:213
std::string cdb2python(const std::string &, bool display)
Definition: CdbPython.cc:22
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:83
Ex lhs(Ex_ptr ex)
Definition: py_ex.cc:306