GiNaC 1.8.7
Public Member Functions | Public Attributes | List of all members
GiNaC::terminfo Class Reference

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...
 

Detailed Description

This structure stores the original and symmetrized versions of terms obtained during the simplification of sums.

Definition at line 977 of file indexed.cpp.

Constructor & Destructor Documentation

◆ terminfo()

GiNaC::terminfo::terminfo ( const ex orig_,
const ex symm_ 
)
inline

Definition at line 979 of file indexed.cpp.

Member Data Documentation

◆ orig

ex GiNaC::terminfo::orig

original term

Definition at line 981 of file indexed.cpp.

◆ symm

ex GiNaC::terminfo::symm

symmetrized term

Definition at line 982 of file indexed.cpp.

Referenced by GiNaC::terminfo_is_less::operator()().


The documentation for this class was generated from the following file:

This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.