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

The Coxeter length (ie: number of inversion) of a permutation. More...

#include <perm16.hpp>

Detailed Description

The Coxeter length (ie: number of inversion) of a permutation.

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

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