GiNaC 1.8.9
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
 
ex coeff
 coefficient of symmetrized term
 
ex orig
 original term
 
size_t num
 how many symmetrized terms resulted from the original term
 

Detailed Description

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

Definition at line 996 of file indexed.cpp.

Constructor & Destructor Documentation

◆ symminfo() [1/2]

GiNaC::symminfo::symminfo ( )
inline

Definition at line 998 of file indexed.cpp.

References num.

◆ symminfo() [2/2]

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

Definition at line 1000 of file indexed.cpp.

References GiNaC::is_exactly_a(), GiNaC::ex::nops(), num, GiNaC::ex::op(), and orig.

Member Data Documentation

◆ symmterm

ex GiNaC::symminfo::symmterm

symmetrized term

Definition at line 1011 of file indexed.cpp.

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

◆ coeff

ex GiNaC::symminfo::coeff

coefficient of symmetrized term

Definition at line 1012 of file indexed.cpp.

◆ orig

ex GiNaC::symminfo::orig

original term

Definition at line 1013 of file indexed.cpp.

Referenced by GiNaC::symminfo_is_less_by_orig::operator()(), and symminfo().

◆ num

size_t GiNaC::symminfo::num

how many symmetrized terms resulted from the original term

Definition at line 1014 of file indexed.cpp.

Referenced by symminfo(), and symminfo().


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.