HPCombi
High Performance Combinatorics in C++ using vector instructions v1.0.1
|
#include <epu8.hpp>
*this
is a permutation. v | the vector to test |
k | the size of *this (default 16) |
If *this
is a permutation of \(0\dots n-1\) for \(n<16\), it should be completed to a permutation of \(0\dots 15\) by adding fixed points. That is the values \(i\geq n\) should be mapped to themself.