GiNaC 1.8.7
|
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 More... | |
ex | coeff |
coefficient of symmetrized term More... | |
ex | orig |
original term More... | |
size_t | num |
how many symmetrized terms resulted from the original term More... | |
This structure stores the individual symmetrized terms obtained during the simplification of sums.
Definition at line 995 of file indexed.cpp.
|
inline |
Definition at line 997 of file indexed.cpp.
Definition at line 999 of file indexed.cpp.
References coeff, GiNaC::ex::nops(), GiNaC::ex::op(), and symmterm.
ex GiNaC::symminfo::symmterm |
symmetrized term
Definition at line 1010 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 1011 of file indexed.cpp.
Referenced by symminfo().
ex GiNaC::symminfo::orig |
original term
Definition at line 1012 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 1013 of file indexed.cpp.