HPCombi
High Performance Combinatorics in C++ using vector instructions v1.0.3
Loading...
Searching...
No Matches
HPCombi::power_helper::Monoid< Perm16 > Struct Reference

#include <perm16_impl.hpp>

Static Public Member Functions

static const Perm16 one ()
 
static Perm16 prod (Perm16 a, Perm16 b)
 
static const Perm16 one ()
 The one of type T.
 
static const Perm16 prod (Perm16 a, Perm16 b)
 the product of two elements of type T
 

Member Function Documentation

◆ one() [1/2]

static const Perm16 HPCombi::power_helper::Monoid< Perm16 >::one ( )
inlinestatic

◆ one() [2/2]

static const Perm16 HPCombi::power_helper::Monoid< Perm16 >::one ( )
inlinestatic

The one of type T.

◆ prod() [1/2]

static Perm16 HPCombi::power_helper::Monoid< Perm16 >::prod ( Perm16 a,
Perm16 b )
inlinestatic

◆ prod() [2/2]

static const Perm16 HPCombi::power_helper::Monoid< Perm16 >::prod ( Perm16 a,
Perm16 b )
inlinestatic

the product of two elements of type T

Parameters
athe first element to be multiplied
bthe second element to be multiplied
Returns
the product a * b

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