GiNaC 1.8.7
|
Implementation of GiNaC's symbolic objects. More...
#include "symbol.h"
#include "lst.h"
#include "archive.h"
#include "utils.h"
#include "hash_seed.h"
#include "inifcns.h"
#include <map>
#include <stdexcept>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | GiNaC |
Functions | |
GiNaC::GINAC_IMPLEMENT_REGISTERED_CLASS_OPT (symbol, basic, print_func< print_context >(&symbol::do_print). print_func< print_latex >(&symbol::do_print_latex). print_func< print_tree >(&symbol::do_print_tree). print_func< print_python_repr >(&symbol::do_print_python_repr)) symbol | |
static const std::string & | GiNaC::get_default_TeX_name (const std::string &name) |
Return default TeX name for symbol. More... | |
GiNaC::GINAC_BIND_UNARCHIVER (symbol) | |
GiNaC::GINAC_BIND_UNARCHIVER (realsymbol) | |
GiNaC::GINAC_BIND_UNARCHIVER (possymbol) | |
Implementation of GiNaC's symbolic objects.
Definition in file symbol.cpp.