Files in OHDSI/RcppBoostCompute
Rcpp interface to boost::compute

.Rbuildignore
.gitignore
.travis.yml
.travis/amd_sdk.sh
DESCRIPTION
LICENSE
NAMESPACE
R/RcppBoostCompute.R R/RcppExports.R README.md
RcppBoostCompute.Rproj
cleanup
configure
configure.ac
deploy.sh
extras/compute.patch
inst/include/CL/cl.hpp
inst/include/CL/cl_platform.h_old
inst/include/boost.new/compute.hpp
inst/include/boost.new/compute/algorithm.hpp
inst/include/boost.new/compute/algorithm/accumulate.hpp
inst/include/boost.new/compute/algorithm/adjacent_difference.hpp
inst/include/boost.new/compute/algorithm/adjacent_find.hpp
inst/include/boost.new/compute/algorithm/all_of.hpp
inst/include/boost.new/compute/algorithm/any_of.hpp
inst/include/boost.new/compute/algorithm/binary_search.hpp
inst/include/boost.new/compute/algorithm/copy.hpp
inst/include/boost.new/compute/algorithm/copy_if.hpp
inst/include/boost.new/compute/algorithm/copy_n.hpp
inst/include/boost.new/compute/algorithm/count.hpp
inst/include/boost.new/compute/algorithm/count_if.hpp
inst/include/boost.new/compute/algorithm/detail/balanced_path.hpp
inst/include/boost.new/compute/algorithm/detail/binary_find.hpp
inst/include/boost.new/compute/algorithm/detail/compact.hpp
inst/include/boost.new/compute/algorithm/detail/copy_on_device.hpp
inst/include/boost.new/compute/algorithm/detail/copy_to_device.hpp
inst/include/boost.new/compute/algorithm/detail/copy_to_host.hpp
inst/include/boost.new/compute/algorithm/detail/count_if_with_ballot.hpp
inst/include/boost.new/compute/algorithm/detail/count_if_with_reduce.hpp
inst/include/boost.new/compute/algorithm/detail/count_if_with_threads.hpp
inst/include/boost.new/compute/algorithm/detail/find_extrema.hpp
inst/include/boost.new/compute/algorithm/detail/find_extrema_with_atomics.hpp
inst/include/boost.new/compute/algorithm/detail/find_if_with_atomics.hpp
inst/include/boost.new/compute/algorithm/detail/inplace_reduce.hpp
inst/include/boost.new/compute/algorithm/detail/insertion_sort.hpp
inst/include/boost.new/compute/algorithm/detail/merge_path.hpp
inst/include/boost.new/compute/algorithm/detail/merge_with_merge_path.hpp
inst/include/boost.new/compute/algorithm/detail/radix_sort.hpp
inst/include/boost.new/compute/algorithm/detail/random_fill.hpp
inst/include/boost.new/compute/algorithm/detail/reduce_on_gpu.hpp
inst/include/boost.new/compute/algorithm/detail/scan.hpp
inst/include/boost.new/compute/algorithm/detail/scan_on_cpu.hpp
inst/include/boost.new/compute/algorithm/detail/scan_on_gpu.hpp
inst/include/boost.new/compute/algorithm/detail/search_all.hpp
inst/include/boost.new/compute/algorithm/detail/serial_accumulate.hpp
inst/include/boost.new/compute/algorithm/detail/serial_count_if.hpp
inst/include/boost.new/compute/algorithm/detail/serial_find_extrema.hpp
inst/include/boost.new/compute/algorithm/detail/serial_merge.hpp
inst/include/boost.new/compute/algorithm/detail/serial_reduce.hpp
inst/include/boost.new/compute/algorithm/equal.hpp
inst/include/boost.new/compute/algorithm/equal_range.hpp
inst/include/boost.new/compute/algorithm/exclusive_scan.hpp
inst/include/boost.new/compute/algorithm/fill.hpp
inst/include/boost.new/compute/algorithm/fill_n.hpp
inst/include/boost.new/compute/algorithm/find.hpp
inst/include/boost.new/compute/algorithm/find_end.hpp
inst/include/boost.new/compute/algorithm/find_if.hpp
inst/include/boost.new/compute/algorithm/find_if_not.hpp
inst/include/boost.new/compute/algorithm/for_each.hpp
inst/include/boost.new/compute/algorithm/gather.hpp
inst/include/boost.new/compute/algorithm/generate.hpp
inst/include/boost.new/compute/algorithm/generate_n.hpp
inst/include/boost.new/compute/algorithm/includes.hpp
inst/include/boost.new/compute/algorithm/inclusive_scan.hpp
inst/include/boost.new/compute/algorithm/inner_product.hpp
inst/include/boost.new/compute/algorithm/inplace_merge.hpp
inst/include/boost.new/compute/algorithm/iota.hpp
inst/include/boost.new/compute/algorithm/is_partitioned.hpp
inst/include/boost.new/compute/algorithm/is_permutation.hpp
inst/include/boost.new/compute/algorithm/is_sorted.hpp
inst/include/boost.new/compute/algorithm/lexicographical_compare.hpp
inst/include/boost.new/compute/algorithm/lower_bound.hpp
inst/include/boost.new/compute/algorithm/max_element.hpp
inst/include/boost.new/compute/algorithm/merge.hpp
inst/include/boost.new/compute/algorithm/min_element.hpp
inst/include/boost.new/compute/algorithm/minmax_element.hpp
inst/include/boost.new/compute/algorithm/mismatch.hpp
inst/include/boost.new/compute/algorithm/next_permutation.hpp
inst/include/boost.new/compute/algorithm/none_of.hpp
inst/include/boost.new/compute/algorithm/nth_element.hpp
inst/include/boost.new/compute/algorithm/partial_sum.hpp
inst/include/boost.new/compute/algorithm/partition.hpp
inst/include/boost.new/compute/algorithm/partition_copy.hpp
inst/include/boost.new/compute/algorithm/partition_point.hpp
inst/include/boost.new/compute/algorithm/prev_permutation.hpp
inst/include/boost.new/compute/algorithm/random_shuffle.hpp
inst/include/boost.new/compute/algorithm/reduce.hpp
inst/include/boost.new/compute/algorithm/remove.hpp
inst/include/boost.new/compute/algorithm/remove_if.hpp
inst/include/boost.new/compute/algorithm/replace.hpp
inst/include/boost.new/compute/algorithm/replace_copy.hpp
inst/include/boost.new/compute/algorithm/reverse.hpp
inst/include/boost.new/compute/algorithm/reverse_copy.hpp
inst/include/boost.new/compute/algorithm/rotate.hpp
inst/include/boost.new/compute/algorithm/rotate_copy.hpp
inst/include/boost.new/compute/algorithm/scatter.hpp
inst/include/boost.new/compute/algorithm/search.hpp
inst/include/boost.new/compute/algorithm/search_n.hpp
inst/include/boost.new/compute/algorithm/set_difference.hpp
inst/include/boost.new/compute/algorithm/set_intersection.hpp
inst/include/boost.new/compute/algorithm/set_symmetric_difference.hpp
inst/include/boost.new/compute/algorithm/set_union.hpp
inst/include/boost.new/compute/algorithm/sort.hpp
inst/include/boost.new/compute/algorithm/sort_by_key.hpp
inst/include/boost.new/compute/algorithm/stable_partition.hpp
inst/include/boost.new/compute/algorithm/stable_sort.hpp
inst/include/boost.new/compute/algorithm/swap_ranges.hpp
inst/include/boost.new/compute/algorithm/transform.hpp
inst/include/boost.new/compute/algorithm/transform_reduce.hpp
inst/include/boost.new/compute/algorithm/unique.hpp
inst/include/boost.new/compute/algorithm/unique_copy.hpp
inst/include/boost.new/compute/algorithm/upper_bound.hpp
inst/include/boost.new/compute/allocator.hpp
inst/include/boost.new/compute/allocator/buffer_allocator.hpp
inst/include/boost.new/compute/allocator/pinned_allocator.hpp
inst/include/boost.new/compute/async.hpp
inst/include/boost.new/compute/async/future.hpp
inst/include/boost.new/compute/async/wait.hpp
inst/include/boost.new/compute/buffer.hpp
inst/include/boost.new/compute/cl.hpp
inst/include/boost.new/compute/cl_ext.hpp
inst/include/boost.new/compute/closure.hpp
inst/include/boost.new/compute/command_queue.hpp
inst/include/boost.new/compute/config.hpp
inst/include/boost.new/compute/container.hpp
inst/include/boost.new/compute/container/array.hpp
inst/include/boost.new/compute/container/basic_string.hpp
inst/include/boost.new/compute/container/detail/scalar.hpp
inst/include/boost.new/compute/container/dynamic_bitset.hpp
inst/include/boost.new/compute/container/flat_map.hpp
inst/include/boost.new/compute/container/flat_set.hpp
inst/include/boost.new/compute/container/mapped_view.hpp
inst/include/boost.new/compute/container/stack.hpp
inst/include/boost.new/compute/container/string.hpp
inst/include/boost.new/compute/container/valarray.hpp
inst/include/boost.new/compute/container/vector.hpp
inst/include/boost.new/compute/context.hpp
inst/include/boost.new/compute/core.hpp
inst/include/boost.new/compute/detail/assert_cl_success.hpp
inst/include/boost.new/compute/detail/buffer_value.hpp
inst/include/boost.new/compute/detail/device_ptr.hpp
inst/include/boost.new/compute/detail/duration.hpp
inst/include/boost.new/compute/detail/get_object_info.hpp
inst/include/boost.new/compute/detail/getenv.hpp
inst/include/boost.new/compute/detail/global_static.hpp
inst/include/boost.new/compute/detail/is_buffer_iterator.hpp
inst/include/boost.new/compute/detail/is_contiguous_iterator.hpp
inst/include/boost.new/compute/detail/is_device_iterator.hpp
inst/include/boost.new/compute/detail/iterator_plus_distance.hpp
inst/include/boost.new/compute/detail/iterator_range_size.hpp
inst/include/boost.new/compute/detail/iterator_traits.hpp
inst/include/boost.new/compute/detail/lru_cache.hpp
inst/include/boost.new/compute/detail/lru_cache.hpp.rej
inst/include/boost.new/compute/detail/meta_kernel.hpp
inst/include/boost.new/compute/detail/mpl_vector_to_tuple.hpp
inst/include/boost.new/compute/detail/nvidia_compute_capability.hpp
inst/include/boost.new/compute/detail/print_range.hpp
inst/include/boost.new/compute/detail/read_write_single_value.hpp
inst/include/boost.new/compute/detail/sha1.hpp
inst/include/boost.new/compute/detail/variadic_macros.hpp
inst/include/boost.new/compute/detail/vendor.hpp
inst/include/boost.new/compute/detail/work_size.hpp
inst/include/boost.new/compute/device.hpp
inst/include/boost.new/compute/event.hpp
inst/include/boost.new/compute/exception.hpp
inst/include/boost.new/compute/exception/context_error.hpp
inst/include/boost.new/compute/exception/opencl_error.hpp
inst/include/boost.new/compute/exception/unsupported_extension_error.hpp
inst/include/boost.new/compute/experimental/clamp_range.hpp
inst/include/boost.new/compute/experimental/malloc.hpp
inst/include/boost.new/compute/experimental/sort_by_transform.hpp
inst/include/boost.new/compute/experimental/tabulate.hpp
inst/include/boost.new/compute/experimental/transform_if.hpp
inst/include/boost.new/compute/function.hpp
inst/include/boost.new/compute/functional.hpp
inst/include/boost.new/compute/functional/as.hpp
inst/include/boost.new/compute/functional/atomic.hpp
inst/include/boost.new/compute/functional/bind.hpp
inst/include/boost.new/compute/functional/common.hpp
inst/include/boost.new/compute/functional/convert.hpp
inst/include/boost.new/compute/functional/detail/macros.hpp
inst/include/boost.new/compute/functional/detail/nvidia_ballot.hpp
inst/include/boost.new/compute/functional/detail/nvidia_popcount.hpp
inst/include/boost.new/compute/functional/detail/unpack.hpp
inst/include/boost.new/compute/functional/field.hpp
inst/include/boost.new/compute/functional/geometry.hpp
inst/include/boost.new/compute/functional/get.hpp
inst/include/boost.new/compute/functional/hash.hpp
inst/include/boost.new/compute/functional/identity.hpp
inst/include/boost.new/compute/functional/integer.hpp
inst/include/boost.new/compute/functional/logical.hpp
inst/include/boost.new/compute/functional/math.hpp
inst/include/boost.new/compute/functional/operator.hpp
inst/include/boost.new/compute/functional/popcount.hpp
inst/include/boost.new/compute/functional/relational.hpp
inst/include/boost.new/compute/image2d.hpp
inst/include/boost.new/compute/image3d.hpp
inst/include/boost.new/compute/image_format.hpp
inst/include/boost.new/compute/image_sampler.hpp
inst/include/boost.new/compute/interop/eigen.hpp
inst/include/boost.new/compute/interop/eigen/core.hpp
inst/include/boost.new/compute/interop/opencv.hpp
inst/include/boost.new/compute/interop/opencv/core.hpp
inst/include/boost.new/compute/interop/opencv/highgui.hpp
inst/include/boost.new/compute/interop/opencv/ocl.hpp
inst/include/boost.new/compute/interop/opengl.hpp
inst/include/boost.new/compute/interop/opengl/acquire.hpp
inst/include/boost.new/compute/interop/opengl/cl_gl.hpp
inst/include/boost.new/compute/interop/opengl/cl_gl_ext.hpp
inst/include/boost.new/compute/interop/opengl/context.hpp
inst/include/boost.new/compute/interop/opengl/gl.hpp
inst/include/boost.new/compute/interop/opengl/opengl_buffer.hpp
inst/include/boost.new/compute/interop/opengl/opengl_renderbuffer.hpp
inst/include/boost.new/compute/interop/opengl/opengl_texture.hpp
inst/include/boost.new/compute/interop/qt.hpp
inst/include/boost.new/compute/interop/qt/qimage.hpp
inst/include/boost.new/compute/interop/qt/qpoint.hpp
inst/include/boost.new/compute/interop/qt/qpointf.hpp
inst/include/boost.new/compute/interop/qt/qtcore.hpp
inst/include/boost.new/compute/interop/qt/qtgui.hpp
inst/include/boost.new/compute/interop/qt/qvector.hpp
inst/include/boost.new/compute/interop/vtk.hpp
inst/include/boost.new/compute/interop/vtk/bounds.hpp
inst/include/boost.new/compute/interop/vtk/data_array.hpp
inst/include/boost.new/compute/interop/vtk/matrix4x4.hpp
inst/include/boost.new/compute/interop/vtk/points.hpp
inst/include/boost.new/compute/iterator.hpp
inst/include/boost.new/compute/iterator/buffer_iterator.hpp
inst/include/boost.new/compute/iterator/constant_buffer_iterator.hpp
inst/include/boost.new/compute/iterator/constant_iterator.hpp
inst/include/boost.new/compute/iterator/counting_iterator.hpp
inst/include/boost.new/compute/iterator/detail/get_base_iterator_buffer.hpp
inst/include/boost.new/compute/iterator/detail/pixel_input_iterator.hpp
inst/include/boost.new/compute/iterator/detail/swizzle_iterator.hpp
inst/include/boost.new/compute/iterator/discard_iterator.hpp
inst/include/boost.new/compute/iterator/function_input_iterator.hpp
inst/include/boost.new/compute/iterator/permutation_iterator.hpp
inst/include/boost.new/compute/iterator/transform_iterator.hpp
inst/include/boost.new/compute/iterator/zip_iterator.hpp
inst/include/boost.new/compute/kernel.hpp
inst/include/boost.new/compute/lambda.hpp
inst/include/boost.new/compute/lambda/context.hpp
inst/include/boost.new/compute/lambda/functional.hpp
inst/include/boost.new/compute/lambda/get.hpp
inst/include/boost.new/compute/lambda/make_pair.hpp
inst/include/boost.new/compute/lambda/make_tuple.hpp
inst/include/boost.new/compute/lambda/placeholder.hpp
inst/include/boost.new/compute/lambda/placeholders.hpp
inst/include/boost.new/compute/lambda/result_of.hpp
inst/include/boost.new/compute/memory.hpp
inst/include/boost.new/compute/memory/svm_ptr.hpp
inst/include/boost.new/compute/memory_object.hpp
inst/include/boost.new/compute/pipe.hpp
inst/include/boost.new/compute/platform.hpp
inst/include/boost.new/compute/program.hpp
inst/include/boost.new/compute/random.hpp
inst/include/boost.new/compute/random/bernoulli_distribution.hpp
inst/include/boost.new/compute/random/default_random_engine.hpp
inst/include/boost.new/compute/random/discrete_distribution.hpp
inst/include/boost.new/compute/random/linear_congruential_engine.hpp
inst/include/boost.new/compute/random/mersenne_twister_engine.hpp
inst/include/boost.new/compute/random/normal_distribution.hpp
inst/include/boost.new/compute/random/uniform_int_distribution.hpp
inst/include/boost.new/compute/random/uniform_real_distribution.hpp
inst/include/boost.new/compute/source.hpp
inst/include/boost.new/compute/svm.hpp
inst/include/boost.new/compute/system.hpp
inst/include/boost.new/compute/type_traits.hpp
inst/include/boost.new/compute/type_traits/common_type.hpp
inst/include/boost.new/compute/type_traits/detail/capture_traits.hpp
inst/include/boost.new/compute/type_traits/is_fundamental.hpp
inst/include/boost.new/compute/type_traits/is_vector_type.hpp
inst/include/boost.new/compute/type_traits/make_vector_type.hpp
inst/include/boost.new/compute/type_traits/result_of.hpp
inst/include/boost.new/compute/type_traits/scalar_type.hpp
inst/include/boost.new/compute/type_traits/type_definition.hpp
inst/include/boost.new/compute/type_traits/type_name.hpp
inst/include/boost.new/compute/type_traits/vector_size.hpp
inst/include/boost.new/compute/types.hpp
inst/include/boost.new/compute/types/builtin.hpp
inst/include/boost.new/compute/types/complex.hpp
inst/include/boost.new/compute/types/pair.hpp
inst/include/boost.new/compute/types/struct.hpp
inst/include/boost.new/compute/types/tuple.hpp
inst/include/boost.new/compute/user_event.hpp
inst/include/boost.new/compute/utility.hpp
inst/include/boost.new/compute/utility/dim.hpp
inst/include/boost.new/compute/utility/extents.hpp
inst/include/boost.new/compute/utility/program_cache.hpp
inst/include/boost.new/compute/utility/program_cache.hpp.rej
inst/include/boost.new/compute/utility/source.hpp
inst/include/boost.new/compute/utility/wait_list.hpp
inst/include/boost.new/compute/version.hpp
inst/include/boost.new/compute/wait_list.hpp
inst/include/boost/compute.hpp
inst/include/boost/compute/algorithm.hpp
inst/include/boost/compute/algorithm/accumulate.hpp
inst/include/boost/compute/algorithm/adjacent_difference.hpp
inst/include/boost/compute/algorithm/adjacent_find.hpp
inst/include/boost/compute/algorithm/all_of.hpp
inst/include/boost/compute/algorithm/any_of.hpp
inst/include/boost/compute/algorithm/binary_search.hpp
inst/include/boost/compute/algorithm/copy.hpp
inst/include/boost/compute/algorithm/copy_if.hpp
inst/include/boost/compute/algorithm/copy_n.hpp
inst/include/boost/compute/algorithm/count.hpp
inst/include/boost/compute/algorithm/count_if.hpp
inst/include/boost/compute/algorithm/detail/balanced_path.hpp
inst/include/boost/compute/algorithm/detail/binary_find.hpp
inst/include/boost/compute/algorithm/detail/compact.hpp
inst/include/boost/compute/algorithm/detail/copy_on_device.hpp
inst/include/boost/compute/algorithm/detail/copy_to_device.hpp
inst/include/boost/compute/algorithm/detail/copy_to_host.hpp
inst/include/boost/compute/algorithm/detail/count_if_with_ballot.hpp
inst/include/boost/compute/algorithm/detail/count_if_with_reduce.hpp
inst/include/boost/compute/algorithm/detail/count_if_with_threads.hpp
inst/include/boost/compute/algorithm/detail/find_extrema.hpp
inst/include/boost/compute/algorithm/detail/find_extrema_with_atomics.hpp
inst/include/boost/compute/algorithm/detail/find_if_with_atomics.hpp
inst/include/boost/compute/algorithm/detail/inplace_reduce.hpp
inst/include/boost/compute/algorithm/detail/insertion_sort.hpp
inst/include/boost/compute/algorithm/detail/merge_path.hpp
inst/include/boost/compute/algorithm/detail/merge_with_merge_path.hpp
inst/include/boost/compute/algorithm/detail/radix_sort.hpp
inst/include/boost/compute/algorithm/detail/random_fill.hpp
inst/include/boost/compute/algorithm/detail/reduce_on_gpu.hpp
inst/include/boost/compute/algorithm/detail/scan.hpp
inst/include/boost/compute/algorithm/detail/scan_on_cpu.hpp
inst/include/boost/compute/algorithm/detail/scan_on_gpu.hpp
inst/include/boost/compute/algorithm/detail/search_all.hpp
inst/include/boost/compute/algorithm/detail/serial_accumulate.hpp
inst/include/boost/compute/algorithm/detail/serial_count_if.hpp
inst/include/boost/compute/algorithm/detail/serial_find_extrema.hpp
inst/include/boost/compute/algorithm/detail/serial_merge.hpp
inst/include/boost/compute/algorithm/detail/serial_reduce.hpp
inst/include/boost/compute/algorithm/equal.hpp
inst/include/boost/compute/algorithm/equal_range.hpp
inst/include/boost/compute/algorithm/exclusive_scan.hpp
inst/include/boost/compute/algorithm/fill.hpp
inst/include/boost/compute/algorithm/fill_n.hpp
inst/include/boost/compute/algorithm/find.hpp
inst/include/boost/compute/algorithm/find_end.hpp
inst/include/boost/compute/algorithm/find_if.hpp
inst/include/boost/compute/algorithm/find_if_not.hpp
inst/include/boost/compute/algorithm/for_each.hpp
inst/include/boost/compute/algorithm/gather.hpp
inst/include/boost/compute/algorithm/generate.hpp
inst/include/boost/compute/algorithm/generate_n.hpp
inst/include/boost/compute/algorithm/includes.hpp
inst/include/boost/compute/algorithm/inclusive_scan.hpp
inst/include/boost/compute/algorithm/inner_product.hpp
inst/include/boost/compute/algorithm/inplace_merge.hpp
inst/include/boost/compute/algorithm/iota.hpp
inst/include/boost/compute/algorithm/is_partitioned.hpp
inst/include/boost/compute/algorithm/is_permutation.hpp
inst/include/boost/compute/algorithm/is_sorted.hpp
inst/include/boost/compute/algorithm/lexicographical_compare.hpp
inst/include/boost/compute/algorithm/lower_bound.hpp
inst/include/boost/compute/algorithm/max_element.hpp
inst/include/boost/compute/algorithm/merge.hpp
inst/include/boost/compute/algorithm/min_element.hpp
inst/include/boost/compute/algorithm/minmax_element.hpp
inst/include/boost/compute/algorithm/mismatch.hpp
inst/include/boost/compute/algorithm/next_permutation.hpp
inst/include/boost/compute/algorithm/none_of.hpp
inst/include/boost/compute/algorithm/nth_element.hpp
inst/include/boost/compute/algorithm/partial_sum.hpp
inst/include/boost/compute/algorithm/partition.hpp
inst/include/boost/compute/algorithm/partition_copy.hpp
inst/include/boost/compute/algorithm/partition_point.hpp
inst/include/boost/compute/algorithm/prev_permutation.hpp
inst/include/boost/compute/algorithm/random_shuffle.hpp
inst/include/boost/compute/algorithm/reduce.hpp
inst/include/boost/compute/algorithm/remove.hpp
inst/include/boost/compute/algorithm/remove_if.hpp
inst/include/boost/compute/algorithm/replace.hpp
inst/include/boost/compute/algorithm/replace_copy.hpp
inst/include/boost/compute/algorithm/reverse.hpp
inst/include/boost/compute/algorithm/reverse_copy.hpp
inst/include/boost/compute/algorithm/rotate.hpp
inst/include/boost/compute/algorithm/rotate_copy.hpp
inst/include/boost/compute/algorithm/scatter.hpp
inst/include/boost/compute/algorithm/search.hpp
inst/include/boost/compute/algorithm/search_n.hpp
inst/include/boost/compute/algorithm/set_difference.hpp
inst/include/boost/compute/algorithm/set_intersection.hpp
inst/include/boost/compute/algorithm/set_symmetric_difference.hpp
inst/include/boost/compute/algorithm/set_union.hpp
inst/include/boost/compute/algorithm/sort.hpp
inst/include/boost/compute/algorithm/sort_by_key.hpp
inst/include/boost/compute/algorithm/stable_partition.hpp
inst/include/boost/compute/algorithm/stable_sort.hpp
inst/include/boost/compute/algorithm/swap_ranges.hpp
inst/include/boost/compute/algorithm/transform.hpp
inst/include/boost/compute/algorithm/transform_reduce.hpp
inst/include/boost/compute/algorithm/unique.hpp
inst/include/boost/compute/algorithm/unique_copy.hpp
inst/include/boost/compute/algorithm/upper_bound.hpp
inst/include/boost/compute/allocator.hpp
inst/include/boost/compute/allocator/buffer_allocator.hpp
inst/include/boost/compute/allocator/pinned_allocator.hpp
inst/include/boost/compute/async.hpp
inst/include/boost/compute/async/future.hpp
inst/include/boost/compute/async/wait.hpp
inst/include/boost/compute/buffer.hpp
inst/include/boost/compute/cl.hpp
inst/include/boost/compute/cl_ext.hpp
inst/include/boost/compute/closure.hpp
inst/include/boost/compute/command_queue.hpp
inst/include/boost/compute/config.hpp
inst/include/boost/compute/container.hpp
inst/include/boost/compute/container/array.hpp
inst/include/boost/compute/container/basic_string.hpp
inst/include/boost/compute/container/detail/scalar.hpp
inst/include/boost/compute/container/dynamic_bitset.hpp
inst/include/boost/compute/container/flat_map.hpp
inst/include/boost/compute/container/flat_set.hpp
inst/include/boost/compute/container/mapped_view.hpp
inst/include/boost/compute/container/stack.hpp
inst/include/boost/compute/container/string.hpp
inst/include/boost/compute/container/valarray.hpp
inst/include/boost/compute/container/vector.hpp
inst/include/boost/compute/context.hpp
inst/include/boost/compute/core.hpp
inst/include/boost/compute/detail/assert_cl_success.hpp
inst/include/boost/compute/detail/buffer_value.hpp
inst/include/boost/compute/detail/device_ptr.hpp
inst/include/boost/compute/detail/duration.hpp
inst/include/boost/compute/detail/get_object_info.hpp
inst/include/boost/compute/detail/getenv.hpp
inst/include/boost/compute/detail/global_static.hpp
inst/include/boost/compute/detail/is_buffer_iterator.hpp
inst/include/boost/compute/detail/is_contiguous_iterator.hpp
inst/include/boost/compute/detail/is_device_iterator.hpp
inst/include/boost/compute/detail/iterator_plus_distance.hpp
inst/include/boost/compute/detail/iterator_range_size.hpp
inst/include/boost/compute/detail/iterator_traits.hpp
inst/include/boost/compute/detail/lru_cache.hpp
inst/include/boost/compute/detail/lru_cache.hpp.rej
inst/include/boost/compute/detail/meta_kernel.hpp
inst/include/boost/compute/detail/mpl_vector_to_tuple.hpp
inst/include/boost/compute/detail/nvidia_compute_capability.hpp
inst/include/boost/compute/detail/print_range.hpp
inst/include/boost/compute/detail/read_write_single_value.hpp
inst/include/boost/compute/detail/sha1.hpp
inst/include/boost/compute/detail/variadic_macros.hpp
inst/include/boost/compute/detail/vendor.hpp
inst/include/boost/compute/detail/work_size.hpp
inst/include/boost/compute/device.hpp
inst/include/boost/compute/event.hpp
inst/include/boost/compute/exception.hpp
inst/include/boost/compute/exception/context_error.hpp
inst/include/boost/compute/exception/opencl_error.hpp
inst/include/boost/compute/exception/unsupported_extension_error.hpp
inst/include/boost/compute/experimental/clamp_range.hpp
inst/include/boost/compute/experimental/malloc.hpp
inst/include/boost/compute/experimental/sort_by_transform.hpp
inst/include/boost/compute/experimental/tabulate.hpp
inst/include/boost/compute/experimental/transform_if.hpp
inst/include/boost/compute/function.hpp
inst/include/boost/compute/functional.hpp
inst/include/boost/compute/functional/as.hpp
inst/include/boost/compute/functional/atomic.hpp
inst/include/boost/compute/functional/bind.hpp
inst/include/boost/compute/functional/common.hpp
inst/include/boost/compute/functional/convert.hpp
inst/include/boost/compute/functional/detail/macros.hpp
inst/include/boost/compute/functional/detail/nvidia_ballot.hpp
inst/include/boost/compute/functional/detail/nvidia_popcount.hpp
inst/include/boost/compute/functional/detail/unpack.hpp
inst/include/boost/compute/functional/field.hpp
inst/include/boost/compute/functional/geometry.hpp
inst/include/boost/compute/functional/get.hpp
inst/include/boost/compute/functional/hash.hpp
inst/include/boost/compute/functional/identity.hpp
inst/include/boost/compute/functional/integer.hpp
inst/include/boost/compute/functional/logical.hpp
inst/include/boost/compute/functional/math.hpp
inst/include/boost/compute/functional/operator.hpp
inst/include/boost/compute/functional/popcount.hpp
inst/include/boost/compute/functional/relational.hpp
inst/include/boost/compute/image2d.hpp
inst/include/boost/compute/image3d.hpp
inst/include/boost/compute/image_format.hpp
inst/include/boost/compute/image_sampler.hpp
inst/include/boost/compute/interop/eigen.hpp
inst/include/boost/compute/interop/eigen/core.hpp
inst/include/boost/compute/interop/opencv.hpp
inst/include/boost/compute/interop/opencv/core.hpp
inst/include/boost/compute/interop/opencv/highgui.hpp
inst/include/boost/compute/interop/opencv/ocl.hpp
inst/include/boost/compute/interop/opengl.hpp
inst/include/boost/compute/interop/opengl/acquire.hpp
inst/include/boost/compute/interop/opengl/cl_gl.hpp
inst/include/boost/compute/interop/opengl/cl_gl_ext.hpp
inst/include/boost/compute/interop/opengl/context.hpp
inst/include/boost/compute/interop/opengl/gl.hpp
inst/include/boost/compute/interop/opengl/opengl_buffer.hpp
inst/include/boost/compute/interop/opengl/opengl_renderbuffer.hpp
inst/include/boost/compute/interop/opengl/opengl_texture.hpp
inst/include/boost/compute/interop/qt.hpp
inst/include/boost/compute/interop/qt/qimage.hpp
inst/include/boost/compute/interop/qt/qpoint.hpp
inst/include/boost/compute/interop/qt/qpointf.hpp
inst/include/boost/compute/interop/qt/qtcore.hpp
inst/include/boost/compute/interop/qt/qtgui.hpp
inst/include/boost/compute/interop/qt/qvector.hpp
inst/include/boost/compute/interop/vtk.hpp
inst/include/boost/compute/interop/vtk/bounds.hpp
inst/include/boost/compute/interop/vtk/data_array.hpp
inst/include/boost/compute/interop/vtk/matrix4x4.hpp
inst/include/boost/compute/interop/vtk/points.hpp
inst/include/boost/compute/iterator.hpp
inst/include/boost/compute/iterator/buffer_iterator.hpp
inst/include/boost/compute/iterator/constant_buffer_iterator.hpp
inst/include/boost/compute/iterator/constant_iterator.hpp
inst/include/boost/compute/iterator/counting_iterator.hpp
inst/include/boost/compute/iterator/detail/get_base_iterator_buffer.hpp
inst/include/boost/compute/iterator/detail/pixel_input_iterator.hpp
inst/include/boost/compute/iterator/detail/swizzle_iterator.hpp
inst/include/boost/compute/iterator/discard_iterator.hpp
inst/include/boost/compute/iterator/function_input_iterator.hpp
inst/include/boost/compute/iterator/permutation_iterator.hpp
inst/include/boost/compute/iterator/transform_iterator.hpp
inst/include/boost/compute/iterator/zip_iterator.hpp
inst/include/boost/compute/kernel.hpp
inst/include/boost/compute/lambda.hpp
inst/include/boost/compute/lambda/context.hpp
inst/include/boost/compute/lambda/functional.hpp
inst/include/boost/compute/lambda/get.hpp
inst/include/boost/compute/lambda/make_pair.hpp
inst/include/boost/compute/lambda/make_tuple.hpp
inst/include/boost/compute/lambda/placeholder.hpp
inst/include/boost/compute/lambda/placeholders.hpp
inst/include/boost/compute/lambda/result_of.hpp
inst/include/boost/compute/memory.hpp
inst/include/boost/compute/memory/svm_ptr.hpp
inst/include/boost/compute/memory_object.hpp
inst/include/boost/compute/pipe.hpp
inst/include/boost/compute/platform.hpp
inst/include/boost/compute/program.hpp
inst/include/boost/compute/random.hpp
inst/include/boost/compute/random/bernoulli_distribution.hpp
inst/include/boost/compute/random/default_random_engine.hpp
inst/include/boost/compute/random/discrete_distribution.hpp
inst/include/boost/compute/random/linear_congruential_engine.hpp
inst/include/boost/compute/random/mersenne_twister_engine.hpp
inst/include/boost/compute/random/normal_distribution.hpp
inst/include/boost/compute/random/uniform_int_distribution.hpp
inst/include/boost/compute/random/uniform_real_distribution.hpp
inst/include/boost/compute/source.hpp
inst/include/boost/compute/svm.hpp
inst/include/boost/compute/system.hpp
inst/include/boost/compute/type_traits.hpp
inst/include/boost/compute/type_traits/common_type.hpp
inst/include/boost/compute/type_traits/detail/capture_traits.hpp
inst/include/boost/compute/type_traits/is_fundamental.hpp
inst/include/boost/compute/type_traits/is_vector_type.hpp
inst/include/boost/compute/type_traits/make_vector_type.hpp
inst/include/boost/compute/type_traits/result_of.hpp
inst/include/boost/compute/type_traits/scalar_type.hpp
inst/include/boost/compute/type_traits/type_definition.hpp
inst/include/boost/compute/type_traits/type_name.hpp
inst/include/boost/compute/type_traits/vector_size.hpp
inst/include/boost/compute/types.hpp
inst/include/boost/compute/types/builtin.hpp
inst/include/boost/compute/types/complex.hpp
inst/include/boost/compute/types/pair.hpp
inst/include/boost/compute/types/struct.hpp
inst/include/boost/compute/types/tuple.hpp
inst/include/boost/compute/user_event.hpp
inst/include/boost/compute/utility.hpp
inst/include/boost/compute/utility/dim.hpp
inst/include/boost/compute/utility/extents.hpp
inst/include/boost/compute/utility/program_cache.hpp
inst/include/boost/compute/utility/program_cache.hpp.rej
inst/include/boost/compute/utility/source.hpp
inst/include/boost/compute/utility/wait_list.hpp
inst/include/boost/compute/version.hpp
inst/include/boost/compute/wait_list.hpp
man/CppFlags.Rd man/LdFlags.Rd man/RcppBoostCompute.Rd man/compute_hello_world.Rd
src/Makevars.in
src/RcppExports.cpp
src/compute_hello_world.cpp
tests/testthat.R tests/testthat/test-helloworld.R
OHDSI/RcppBoostCompute documentation built on May 7, 2019, 8:29 p.m.