Overview
Releases
Release Process
Developer Build
Thrust API documentation
Thrust: The C++ Parallel Algorithms Library API
Directory hierarchy
Namespace hierarchy
Defines
Directories
Namespaces
thrust
Classes
Functions
Namespaces
Structs
Typedefs
thrust::bidirectional_host_iterator_tag
thrust::bit_and
thrust::bit_or
thrust::bit_xor
thrust::device_memory_resource
thrust::divides
thrust::equal_to
thrust::forward_host_iterator_tag
thrust::greater
thrust::greater_equal
thrust::host_memory_resource
thrust::index_sequence
thrust::input_host_iterator_tag
thrust::integer_sequence
thrust::integer_sequence_push_back
thrust::integer_sequence_push_front
thrust::is_contiguous_iterator
thrust::is_execution_policy
thrust::is_operator_greater_function_object
thrust::is_operator_less_function_object
thrust::is_operator_less_or_greater_function_object
thrust::is_operator_plus_function_object
thrust::iterator_difference_t
thrust::iterator_pointer_t
thrust::iterator_reference_t
thrust::iterator_system_t
thrust::iterator_traits
thrust::iterator_traversal_t
thrust::iterator_value_t
thrust::less
thrust::less_equal
thrust::logical_and
thrust::logical_not
thrust::logical_or
thrust::make_index_sequence
thrust::make_integer_sequence
thrust::make_reversed_index_sequence
thrust::make_reversed_integer_sequence
thrust::maximum
thrust::minimum
thrust::minus
thrust::modulus
thrust::multiplies
thrust::negate
thrust::not_equal_to
thrust::output_host_iterator_tag
thrust::pair
thrust::plus
thrust::random_access_host_iterator_tag
thrust::try_unwrap_contiguous_iterator_t
thrust::tuple
thrust::tuple_element
thrust::tuple_size
thrust::uninitialized_allocator_delete
thrust::uninitialized_array_allocator_delete
thrust::universal_host_pinned_memory_resource
thrust::universal_host_pinned_vector
thrust::universal_memory_resource
thrust::universal_ptr
thrust::universal_vector
thrust::unwrap_contiguous_iterator_t
Variables
thrust
»
Thrust: The C++ Parallel Algorithms Library API
»
thrust
»
thrust::negate
thrust::negate
Defined in
thrust/functional.h
template
<
class
T
=
void
>
using
thrust
::
negate
=
::
cuda
::
std
::
negate
<
T
>