Permutation of 4 elements.
More...
#include <Misc.hpp>
|
const std::array< std::size_t, 4 > | perm |
| A permuted list of integers (0, 1, 2, 3) More...
|
|
const int | sign |
| Signature of the permutation. More...
|
|
Permutation of 4 elements.
Definition at line 142 of file Misc.hpp.
◆ operator!=()
bool Pomerol::Permutation4::operator!= |
( |
Permutation4 const & |
rhs | ) |
const |
◆ operator==()
bool Pomerol::Permutation4::operator== |
( |
Permutation4 const & |
rhs | ) |
const |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
Permutation4 const & |
p |
|
) |
| |
|
friend |
Output stream insertion operator.
- Parameters
-
[out] | os | Output stream. |
[in] | p | Permutation to be inserted. |
- Returns
- Reference to the output stream.
◆ perm
const std::array<std::size_t, 4> Pomerol::Permutation4::perm |
A permuted list of integers (0, 1, 2, 3)
Definition at line 144 of file Misc.hpp.
◆ sign
const int Pomerol::Permutation4::sign |
Signature of the permutation.
Definition at line 146 of file Misc.hpp.
The documentation for this struct was generated from the following file: