SyFi
0.3
|
#include "symbol_factory.h"
#include "utilities.h"
#include <stdexcept>
#include <sstream>
#include <map>
Go to the source code of this file.
Namespaces | |
namespace | SyFi |
Functions | |
GiNaC::symbol | SyFi::x ("(x is not initialized since initSyFi has never been called)") |
GiNaC::symbol | SyFi::y ("(y is not initialized since initSyFi has never been called)") |
GiNaC::symbol | SyFi::z ("(z is not initialized since initSyFi has never been called)") |
GiNaC::symbol | SyFi::t ("(t is not initialized since initSyFi has never been called)") |
GiNaC::symbol | SyFi::infinity ("(infinity is not initialized since initSyFi has never been called)") |
GiNaC::symbol | SyFi::DUMMY ("(DUMMY is not initialized since initSyFi has never been called)") |
void | SyFi::initSyFi (unsigned int nsd_) |
bool | SyFi::symbol_exists (const string &name) |
const symbol & | SyFi::get_symbol (const string &name) |
const symbol & | SyFi::isymb (const string &a, int b) |
const symbol & | SyFi::isymb (const string &a, int b, int c) |
GiNaC::ex | SyFi::get_symbolic_vector (int m, const std::string &basename) |
GiNaC::ex | SyFi::get_symbolic_matrix (int m, int n, const std::string &basename) |
Variables | |
unsigned int | SyFi::nsd = 2 |
GiNaC::lst | SyFi::p |
map< string, symbol > | SyFi::symbol_collection |