Extended CUDA Library (ecuda)  2.0
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Namespaces | Macros | Functions
max_element.hpp File Reference
#include <algorithm>
#include <vector>
#include "../global.hpp"
#include "../iterator.hpp"

Go to the source code of this file.

Namespaces

 ecuda
 

Macros

#define ECUDA_ALGO_MAX_ELEMENT_HPP
 

Functions

template<class ForwardIterator >
__HOST__ __DEVICE__ ForwardIterator ecuda::max_element (ForwardIterator first, ForwardIterator last)
 

Macro Definition Documentation

#define ECUDA_ALGO_MAX_ELEMENT_HPP

Definition at line 40 of file max_element.hpp.