Cadabra
Computer algebra system for field theory problems
|
#include <string>
#include <memory>
#include <pybind11/pybind11.h>
#include <pybind11/embed.h>
Go to the source code of this file.
Classes | |
class | Shell |
class | ExitRequest |
Functions | |
Shell::Flags & | operator|= (Shell::Flags &lhs, Shell::Flags rhs) |
Shell::Flags | operator| (Shell::Flags lhs, Shell::Flags rhs) |
bool | operator& (Shell::Flags lhs, Shell::Flags rhs) |
bool operator& | ( | Shell::Flags | lhs, |
Shell::Flags | rhs | ||
) |
Shell::Flags operator| | ( | Shell::Flags | lhs, |
Shell::Flags | rhs | ||
) |
Shell::Flags& operator|= | ( | Shell::Flags & | lhs, |
Shell::Flags | rhs | ||
) |