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

The inverse permutation. More...

#include <perm16.hpp>

Detailed Description

The inverse permutation.

Returns
the inverse of *this
Example:
Perm16 x = {0,3,2,4,1,5,6,7,8,9,10,11,12,13,14,15};
x.inverse()
Returns
{0,4,2,1,3,5,6,7,8,9,10,11,12,13,14,15} 

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