Rheolef  7.2
an efficient C++ finite element environment
Loading...
Searching...
No Matches
msg_sort_with_permutation.h

Go to the source code of this file.

Namespaces

namespace  rheolef
 This file is part of Rheolef.

Functions

template<class RandomIterator, class SizeRandomIterator, class Size>
void quick_sort_with_permutation (RandomIterator v, SizeRandomIterator p, Size start, Size end)
template<class RandomIterator, class SizeRandomIterator, class Size>
void bubble_sort_with_permutation (RandomIterator v, SizeRandomIterator p, Size n)
template<class RandomIterator, class SizeRandomIterator, class Size>
void sort_with_permutation (RandomIterator v, SizeRandomIterator p, Size n)