HPCombi
High Performance Combinatorics in C++ using vector instructions v1.0.3
Loading...
Searching...
No Matches
perm_generic.hpp File Reference

declaration of HPCombi::PermGeneric More...

#include <algorithm>
#include <array>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <initializer_list>
#include <memory>
#include <random>
#include <type_traits>
#include "debug.hpp"
#include "vect_generic.hpp"
#include "perm_generic_impl.hpp"

Go to the source code of this file.

Classes

struct  HPCombi::PermGeneric< Size, Expo >
 Vanilla (ie NOT optimized) implementation of a permutation, used to check for test correctness and as baseline to measure speedup. More...
 

Namespaces

namespace  HPCombi
 

Detailed Description

declaration of HPCombi::PermGeneric