GiNaC 1.8.7
|
#include <utils.h>
Public Member Functions | |
mpartition2 (unsigned n_, unsigned m_) | |
bool | next_partition () |
Public Attributes | |
std::vector< unsigned > | x |
unsigned | n |
unsigned | m |
|
inline |
|
inline |
Definition at line 296 of file utils.h.
Referenced by GiNaC::partition_with_zero_parts_generator::next(), and GiNaC::partition_generator::next().
std::vector<unsigned> GiNaC::basic_partition_generator::mpartition2::x |
Definition at line 286 of file utils.h.
Referenced by GiNaC::partition_with_zero_parts_generator::get(), GiNaC::partition_generator::get(), mpartition2(), and next_partition().
unsigned GiNaC::basic_partition_generator::mpartition2::n |
Definition at line 287 of file utils.h.
Referenced by mpartition2(), and GiNaC::partition_with_zero_parts_generator::next().
unsigned GiNaC::basic_partition_generator::mpartition2::m |
Definition at line 288 of file utils.h.
Referenced by GiNaC::partition_with_zero_parts_generator::get(), GiNaC::partition_generator::get(), mpartition2(), GiNaC::partition_with_zero_parts_generator::next(), and next_partition().