numeric
|
#include <map>
#include <set>
#include <vector>
#include <sstream>
#include <iostream>
#include <boost/foreach.hpp>
Go to the source code of this file.
Classes | |
class | numeric::IntegerPartitioning |
Computer integer partitions. More... | |
Namespaces | |
numeric | |
Typedefs | |
typedef std::vector< int > | numeric::IntegerPartition |
Functions | |
std::ostream & | numeric::operator<< (std::ostream &os, const IntegerPartition &list) |
std::ostream & | numeric::operator<< (std::ostream &os, const std::vector< IntegerPartition > &list) |