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

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

Detailed Description

This structure stores the individual symmetrized terms obtained during the simplification of sums.

Definition at line 995 of file indexed.cpp.

Constructor & Destructor Documentation

◆ symminfo() [1/2]

GiNaC::symminfo::symminfo ( )
inline

Definition at line 997 of file indexed.cpp.

◆ symminfo() [2/2]

GiNaC::symminfo::symminfo ( const ex symmterm_,
const ex orig_,
size_t  num_ 
)
inline

Definition at line 999 of file indexed.cpp.

References coeff, GiNaC::ex::nops(), GiNaC::ex::op(), and symmterm.

Member Data Documentation

◆ 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().

◆ coeff

ex GiNaC::symminfo::coeff

coefficient of symmetrized term

Definition at line 1011 of file indexed.cpp.

Referenced by symminfo().

◆ orig

ex GiNaC::symminfo::orig

original term

Definition at line 1012 of file indexed.cpp.

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

◆ num

size_t GiNaC::symminfo::num

how many symmetrized terms resulted from the original term

Definition at line 1013 of file indexed.cpp.


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.