#include "ginac/ginac.h"
Go to the source code of this file.
|
| GINAC_DECLARE_UNARCHIVER (Zsum) |
|
GiNaC::ex | create_Zsum (const GiNaC::ex &nc, const GiNaC::ex &llc) |
|
GiNaC::ex | shuffle_Zsum (const GiNaC::ex &Z1, const GiNaC::ex &Z2) |
|
GiNaC::ex | convert_Zsum_to_Ssum (const GiNaC::ex &Z1) |
|
GiNaC::ex | create_Zsum_from_exvector (const GiNaC::ex &nc, const GiNaC::exvector &v) |
|
GiNaC::ex | Zsum_to_Ssum (const GiNaC::ex &expr) |
|
GiNaC::ex | shift_upper_limit_plus_one_for_Zsum (const GiNaC::ex &expr) |
|
GiNaC::ex | remove_negative_degrees_from_Zsum (const GiNaC::ex &expr) |
|
GiNaC::ex | remove_trivial_Zsum (const GiNaC::ex &expr) |
|