Go to the source code of this file.
|
| namespace | rheolef |
| | This file is part of Rheolef.
|
| |
|
| template<class InputIterator , class InputRandomIterator , class OutputIterator , class SetOp > |
| OutputIterator | msg_right_permutation_apply (InputIterator perm, InputIterator last_perm, const InputRandomIterator &x, OutputIterator y, SetOp set_op) |
| |
| template<class InputIterator , class InputRandomIterator , class OutputIterator > |
| OutputIterator | msg_right_permutation_apply (InputIterator perm, InputIterator last_perm, const InputRandomIterator &x, OutputIterator y) |
| |