GiNaC 1.8.7
GiNaC::basic_partition_generator::mpartition2 Struct Reference

#include <utils.h>

Public Member Functions

 mpartition2 (unsigned n_, unsigned m_)
 
bool next_partition ()
 

Public Attributes

std::vector< unsigned > x
 
unsigned n
 
unsigned m
 

Detailed Description

Definition at line 283 of file utils.h.

Constructor & Destructor Documentation

◆ mpartition2()

GiNaC::basic_partition_generator::mpartition2::mpartition2 ( unsigned n_,
unsigned m_ )
inline

Definition at line 289 of file utils.h.

References m, n, and x.

Member Function Documentation

◆ next_partition()

bool GiNaC::basic_partition_generator::mpartition2::next_partition ( )
inline

Definition at line 296 of file utils.h.

References m, and x.

Member Data Documentation

◆ x

std::vector<unsigned> GiNaC::basic_partition_generator::mpartition2::x

Definition at line 286 of file utils.h.

Referenced by mpartition2(), and next_partition().

◆ n

unsigned GiNaC::basic_partition_generator::mpartition2::n

Definition at line 287 of file utils.h.

Referenced by mpartition2().

◆ m

unsigned GiNaC::basic_partition_generator::mpartition2::m

Definition at line 288 of file utils.h.

Referenced by mpartition2(), and next_partition().


The documentation for this struct 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.