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

The number of cycles of a permutation. More...

#include <perm16.hpp>

Detailed Description

The number of cycles of a permutation.

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

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