GiNaC 1.8.7
Classes | Protected Member Functions | Protected Attributes | List of all members
GiNaC::basic_partition_generator Class Reference

Base class for generating all bounded combinatorial partitions of an integer n with exactly m parts in non-decreasing order. More...

#include <utils.h>

Inheritance diagram for GiNaC::basic_partition_generator:
GiNaC::partition_generator GiNaC::partition_with_zero_parts_generator

Classes

struct  mpartition2
 

Protected Member Functions

 basic_partition_generator (unsigned n_, unsigned m_)
 

Protected Attributes

mpartition2 mpgen
 

Detailed Description

Base class for generating all bounded combinatorial partitions of an integer n with exactly m parts in non-decreasing order.

Definition at line 278 of file utils.h.

Constructor & Destructor Documentation

◆ basic_partition_generator()

GiNaC::basic_partition_generator::basic_partition_generator ( unsigned  n_,
unsigned  m_ 
)
inlineprotected

Definition at line 319 of file utils.h.

Member Data Documentation

◆ mpgen

mpartition2 GiNaC::basic_partition_generator::mpgen
protected

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.