GiNaC 1.8.7
|
This structure stores the original and symmetrized versions of terms obtained during the simplification of sums. More...
Public Member Functions | |
terminfo (const ex &orig_, const ex &symm_) | |
Public Attributes | |
ex | orig |
original term More... | |
ex | symm |
symmetrized term More... | |
This structure stores the original and symmetrized versions of terms obtained during the simplification of sums.
Definition at line 977 of file indexed.cpp.
Definition at line 979 of file indexed.cpp.
ex GiNaC::terminfo::orig |
original term
Definition at line 981 of file indexed.cpp.
ex GiNaC::terminfo::symm |
symmetrized term
Definition at line 982 of file indexed.cpp.
Referenced by GiNaC::terminfo_is_less::operator()().