|
SyFi
0.3
|
#include <string>#include <vector>#include <list>#include <set>#include <map>#include <ginac/ginac.h>Go to the source code of this file.
Namespaces | |
| namespace | SyFi |
Typedefs | |
| typedef std::pair < GiNaC::symbol, GiNaC::ex > | SyFi::symexpair |
| typedef std::list< std::pair < GiNaC::symbol, GiNaC::ex > > | SyFi::symexlist |
| typedef std::list< GiNaC::ex > | SyFi::exlist |
| typedef std::set< GiNaC::ex, GiNaC::ex_is_less > | SyFi::exset |
| typedef std::map< GiNaC::ex, int, GiNaC::ex_is_less > | SyFi::ex_int_map |