numeric
|
#include <algorithm>
#include <vector>
#include <map>
#include <set>
#include <string>
#include <stdexcept>
#include <stdint.h>
#include <math.h>
#include <base-logging/Logging.hpp>
#include <iostream>
#include <numeric/Twiddle.hpp>
#include <boost/math/special_functions/binomial.hpp>
Go to the source code of this file.
Classes | |
class | numeric::Permutation< T > |
Create permutation on a list of given types. More... | |
class | numeric::Combination< T > |
Combination of a unique item map Binomialcoefficient (n k) More... | |
Namespaces | |
numeric | |
Enumerations | |
enum | numeric::Mode { numeric::EXACT = 0, numeric::MAX, numeric::MIN } |