#include <vector>
Aller au code source de ce fichier.
Espaces de nommage | |
namespace | BPF |
namespace | BPF::Internal |
Fonctions | |
template<class T > | |
T | BPF::factorial (T val) |
Calcule le factoriel. | |
template<class I > | |
void | BPF::Internal::allCombin (std::vector< bool > &usedList, const I &iList, I &resultList, std::vector< I > &resultListOfList) |
template<class I > | |
void | BPF::allCombin (const I &iList, std::vector< I > &resultListOfList) |