![]() |
Cadabra
Computer algebra system for field theory problems
|
Sample program to demonstrate the use of Cadabra directly from C++ code. More...
#include "cadabra2++/Parser.hh"#include "cadabra2++/Storage.hh"#include "cadabra2++/DisplayTerminal.hh"#include "cadabra2++/algorithms/substitute.hh"#include "cadabra2++/algorithms/evaluate.hh"#include "cadabra2++/TerminalStream.hh"#include "cadabra2++/properties/PartialDerivative.hh"#include "cadabra2++/properties/Coordinate.hh"#include <iostream>#include <sstream>Functions | |
| void | test1 () |
| void | test2 () |
| int | main (int argc, char **argv) |
Sample program to demonstrate the use of Cadabra directly from C++ code.
| void test1 | ( | ) |
| void test2 | ( | ) |