GiNaC 1.8.8
|
This structure stores the individual symmetrized terms obtained during the simplification of sums. More...
Public Member Functions | |
symminfo () | |
symminfo (const ex &symmterm_, const ex &orig_, size_t num_) | |
Public Attributes | |
ex | symmterm |
symmetrized term | |
ex | coeff |
coefficient of symmetrized term | |
ex | orig |
original term | |
size_t | num |
how many symmetrized terms resulted from the original term | |
This structure stores the individual symmetrized terms obtained during the simplification of sums.
Definition at line 996 of file indexed.cpp.
|
inline |
Definition at line 998 of file indexed.cpp.
Definition at line 1000 of file indexed.cpp.
References coeff, GiNaC::ex::nops(), GiNaC::ex::op(), and symmterm.
ex GiNaC::symminfo::symmterm |
symmetrized term
Definition at line 1011 of file indexed.cpp.
Referenced by GiNaC::symminfo_is_less_by_symmterm::operator()(), and symminfo().
ex GiNaC::symminfo::coeff |
coefficient of symmetrized term
Definition at line 1012 of file indexed.cpp.
Referenced by symminfo().
ex GiNaC::symminfo::orig |
original term
Definition at line 1013 of file indexed.cpp.
Referenced by GiNaC::symminfo_is_less_by_orig::operator()().
size_t GiNaC::symminfo::num |
how many symmetrized terms resulted from the original term
Definition at line 1014 of file indexed.cpp.