Permutation of 3 elements.
More...
#include <Misc.hpp>
|
const std::array< std::size_t, 3 > | perm |
| A permuted list of integers (0, 1, 2) More...
|
|
const int | sign |
| Signature of the permutation. More...
|
|
Permutation of 3 elements.
Definition at line 124 of file Misc.hpp.
◆ operator!=()
bool Pomerol::Permutation3::operator!= |
( |
Permutation3 const & |
rhs | ) |
const |
◆ operator==()
bool Pomerol::Permutation3::operator== |
( |
Permutation3 const & |
rhs | ) |
const |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
Permutation3 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, 3> Pomerol::Permutation3::perm |
A permuted list of integers (0, 1, 2)
Definition at line 126 of file Misc.hpp.
◆ sign
const int Pomerol::Permutation3::sign |
Signature of the permutation.
Definition at line 128 of file Misc.hpp.
The documentation for this struct was generated from the following file: