![]() |
Cayley
Pseudo-Random Bits from Finite Groups
|
Implementation of the permutation CPerm. More...
Go to the source code of this file.
Functions | |
| bool | operator!= (const CPerm &p0, const CPerm &p1) |
| Is not equal to. More... | |
| bool | operator== (const CPerm &p0, const CPerm &p1) |
| Is equal to. More... | |
Test whether a pair of permutations are different. Permutations are different iff they are different sizes or they have different maps. Uses operator== to do the actual work.
| p0 | A permutation. |
| p1 | A permutation. |
Definition at line 230 of file Permutation.cpp.
Test whether a pair of permutations are identical. Permutations are identical iff they are the same size and they have identical maps.
| p0 | A permutation. |
| p1 | A permutation. |
Definition at line 240 of file Permutation.cpp.
1.8.15