HPCombi
High Performance Combinatorics in C++ using vector instructions v1.0.1
Loading...
Searching...
No Matches
common_permutation_of Class Reference

Find if a vector is a permutation of one other. More...

#include <epu8.hpp>

Detailed Description

Find if a vector is a permutation of one other.

Parameters
a,btwo HPCombi::epu8
Returns
a HPCombi::epu8 For each \(0 \leq i < 16\), res[i] is the position in a of b[i] if b[i] appears exactly once in a, or undefined if not.

The documentation for this class was generated from the following file: