GiNaC 1.8.8
|
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 | |
ex | symm |
symmetrized term | |
This structure stores the original and symmetrized versions of terms obtained during the simplification of sums.
Definition at line 978 of file indexed.cpp.
Definition at line 980 of file indexed.cpp.
ex GiNaC::terminfo::orig |
original term
Definition at line 982 of file indexed.cpp.
ex GiNaC::terminfo::symm |
symmetrized term
Definition at line 983 of file indexed.cpp.
Referenced by GiNaC::terminfo_is_less::operator()().