#include "ginac/ginac.h"
Go to the source code of this file.
|
| GINAC_DECLARE_UNARCHIVER (Ssum) |
|
GiNaC::ex | create_Ssum (const GiNaC::ex &nc, const GiNaC::ex &llc) |
|
GiNaC::ex | shuffle_Ssum (const GiNaC::ex &Z1, const GiNaC::ex &Z2) |
|
GiNaC::ex | convert_Ssum_to_Zsum (const GiNaC::ex &Z1) |
|
GiNaC::ex | create_Ssum_from_exvector (const GiNaC::ex &nc, const GiNaC::exvector &v) |
|
GiNaC::ex | Ssum_to_Zsum (const GiNaC::ex &expr) |
|
GiNaC::ex | shift_upper_limit_plus_one_for_Ssum (const GiNaC::ex &expr) |
|
GiNaC::ex | remove_negative_degrees_from_Ssum (const GiNaC::ex &expr) |
|
GiNaC::ex | remove_trivial_Ssum (const GiNaC::ex &expr) |
|
GiNaC::ex | refine_Ssum (const GiNaC::ex &expr, unsigned q) |
|