26#ifndef __NESTEDSUMS_SYMBOL_FACTORY_H__
27#define __NESTEDSUMS_SYMBOL_FACTORY_H__
29#include "ginac/ginac.h"
35 const GiNaC::symbol
symbol_factory(
const std::string & symbol_name,
const std::string & latex_name);
37 const GiNaC::symbol next_index(
void);
38 const GiNaC::symbol next_x(
void);
44std::string itos(
int arg);
Definition basic_letter.cc:35
const symbol symbol_factory(const std::string &symbol_name, const std::string &latex_name)
Definition symbol_factory.cc:46