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

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

List of all members.

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

GiNaC::symminfo::symminfo ( ) [inline]

Definition at line 998 of file indexed.cpp.

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

Definition at line 1000 of file indexed.cpp.

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


Member Data Documentation

symmetrized term

Definition at line 1011 of file indexed.cpp.

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

coefficient of symmetrized term

Definition at line 1012 of file indexed.cpp.

Referenced by symminfo().

original term

Definition at line 1013 of file indexed.cpp.

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

how many symmetrized terms resulted from the original term

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