![]() |
VM2D 1.14
Vortex methods for 2D flows simulation
|
(RadixSort) CPU. More...
#include <iostream>#include <vector>#include <algorithm>#include <type_traits>#include <omp.h>#include <string>

Go to the source code of this file.
Classes | |
| class | VM2D::OptimizedRadixSorter< ValueType > |
| class | VM2D::OptimizedRadixSorter< ValueType * > |
| struct | VM2D::ComplexData |
Namespaces | |
| namespace | VM2D |
Typedefs | |
| template<typename T > | |
| using | VM2D::enable_if_trivially_copyable = typename std::enable_if< std::is_trivially_copyable< T >::value >::type |
| template<typename T > | |
| using | VM2D::enable_if_not_trivially_copyable = typename std::enable_if<!std::is_trivially_copyable< T >::value >::type |