HPCombi
High Performance Combinatorics in C++ using vector instructions v1.0.3
|
#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 | |
|
inlinestatic |
|
inlinestatic |
The one of type T.
|
inlinestatic |
|
inlinestatic |
the product of two elements of type T
a | the first element to be multiplied |
b | the second element to be multiplied |