GiNaC 1.8.7
|
Classes | |
struct | element |
Public Member Functions | |
coolmulti (const std::vector< unsigned > &partition) | |
~coolmulti () | |
void | next_permutation () |
bool | finished () const |
Public Attributes | |
element * | head |
element * | i |
element * | after_i |
|
inlineexplicit |
|
inline |
|
inline |
Definition at line 429 of file utils.h.
References after_i, head, i, k, GiNaC::composition_generator::coolmulti::element::next, and GiNaC::composition_generator::coolmulti::element::value.
Referenced by GiNaC::composition_generator::next().
|
inline |
Definition at line 444 of file utils.h.
References after_i, head, GiNaC::composition_generator::coolmulti::element::next, and GiNaC::composition_generator::coolmulti::element::value.
Referenced by GiNaC::composition_generator::next().
element* GiNaC::composition_generator::coolmulti::head |
Definition at line 413 of file utils.h.
Referenced by coolmulti(), finished(), GiNaC::composition_generator::get(), next_permutation(), and ~coolmulti().
element * GiNaC::composition_generator::coolmulti::i |
Definition at line 413 of file utils.h.
Referenced by coolmulti(), and next_permutation().
element * GiNaC::composition_generator::coolmulti::after_i |
Definition at line 413 of file utils.h.
Referenced by coolmulti(), finished(), and next_permutation().