COMBINATORIAL_BLAS  1.6
ompUtils.h File Reference
#include "ompUtils.tcc"

Go to the source code of this file.

Namespaces

 omp_par
 

Functions

template<class T , class StrictWeakOrdering >
void omp_par::merge (T A_, T A_last, T B_, T B_last, T C_, int p, StrictWeakOrdering comp)
 
template<class T , class StrictWeakOrdering >
void omp_par::merge_sort (T A, T A_last, StrictWeakOrdering comp)
 
template<class T >
void omp_par::merge_sort (T A, T A_last)
 
template<class T >
void omp_par::merge_sort_ptrs (T A, T A_last)
 
template<class T , class I >
omp_par::reduce (T *A, I cnt)
 
template<class T , class I >
void omp_par::scan (T *A, T *B, I cnt)