GiNaC  1.6.2
Public Member Functions | Public Attributes
GiNaC::terminfo Class Reference

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

List of all members.

Public Member Functions

 terminfo (const ex &orig_, const ex &symm_)

Public Attributes

ex orig
 original term
ex symm
 symmtrized term

Detailed Description

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

Definition at line 978 of file indexed.cpp.


Constructor & Destructor Documentation

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

Definition at line 980 of file indexed.cpp.


Member Data Documentation

original term

Definition at line 982 of file indexed.cpp.

symmtrized term

Definition at line 983 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.