BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
Classes | |
struct | ReferenceIterator |
struct | ReferenceList |
Functions | |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto for_each(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::for_each(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | for_each (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto count(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::count(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | count (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto count_if(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::count_if(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | count_if (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto find(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::find(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | find (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto find_if(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::find_if(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | find_if (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto find_if_not(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::find_if_not(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | find_if_not (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto copy(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::copy(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | copy (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto copy_if(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::copy_if(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | copy_if (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto copy_n(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::copy_n(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | copy_n (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto fill(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::fill(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | fill (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto fill_n(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::fill_n(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | fill_n (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto transform(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::transform(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | transform (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto generate(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::generate(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | generate (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto generate_n(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::generate_n(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | generate_n (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto replace(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::replace(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | replace (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto replace_if(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::replace_if(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | replace_if (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto replace_copy(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::replace_copy(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | replace_copy (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto replace_copy_if(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::replace_copy_if(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | replace_copy_if (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto swap(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::swap(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | swap (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto swap_ranges(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::swap_ranges(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | swap_ranges (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto reverse(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::reverse(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | reverse (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto reverse_copy(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::reverse_copy(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | reverse_copy (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto is_sorted(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::is_sorted(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | is_sorted (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto is_sorted_until(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::is_sorted_until(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | is_sorted_until (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto sort(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::sort(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | sort (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto stable_sort(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::stable_sort(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | stable_sort (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto max(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { static_assert(std::is_same< std::random_access_iterator_tag, typename Begin::iterator_category >::value, "Assert random_access_iterator_tag");return thrust::max(thrust::cuda::par.on(stream), &*begin, &*end, args...);}) template< class Begin | |
class::::::Args static auto | max (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto max_element(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { static_assert(std::is_same< std::random_access_iterator_tag, typename Begin::iterator_category >::value, "Assert random_access_iterator_tag");return thrust::max_element(thrust::cuda::par.on(stream), &*begin, &*end, args...);}) template< class Begin | |
class::::::Args static auto | max_element (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto min(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { static_assert(std::is_same< std::random_access_iterator_tag, typename Begin::iterator_category >::value, "Assert random_access_iterator_tag");return thrust::min(thrust::cuda::par.on(stream), &*begin, &*end, args...);}) template< class Begin | |
class::::::Args static auto | min (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto min_element(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { static_assert(std::is_same< std::random_access_iterator_tag, typename Begin::iterator_category >::value, "Assert random_access_iterator_tag");return thrust::min_element(thrust::cuda::par.on(stream), &*begin, &*end, args...);}) template< class Begin | |
class::::::Args static auto | min_element (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
BC_IF_CUDA (template< class Begin, class End, class... Args > static auto minmax_element(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::minmax_element(thrust::cuda::par.on(stream), begin, end, args...);}) template< class Begin | |
class::::::Args static auto | minmax_element (bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args) |
template<class T , class ... Ts> | |
ReferenceList< T > | enumerate (T &t, Ts &... ts) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto for_each(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::for_each(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto count(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::count(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto count_if(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::count_if(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto find(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::find(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto find_if(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::find_if(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto find_if_not(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::find_if_not(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto copy(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::copy(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto copy_if(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::copy_if(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto copy_n(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::copy_n(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto fill(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::fill(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto fill_n(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::fill_n(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto transform(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::transform(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto generate(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::generate(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto generate_n(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::generate_n(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto replace(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::replace(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto replace_if(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::replace_if(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto replace_copy(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::replace_copy(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto replace_copy_if(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::replace_copy_if(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto swap(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::swap(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto swap_ranges(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::swap_ranges(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto reverse(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::reverse(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto reverse_copy(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::reverse_copy(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto is_sorted(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::is_sorted(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto is_sorted_until(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::is_sorted_until(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto sort(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::sort(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto stable_sort(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::stable_sort(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto max(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { static_assert(std::is_same< std::random_access_iterator_tag, typename Begin::iterator_category >::value, "Assert random_access_iterator_tag");return thrust::max(thrust::cuda::par.on(stream), &*begin, &*end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto max_element(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { static_assert(std::is_same< std::random_access_iterator_tag, typename Begin::iterator_category >::value, "Assert random_access_iterator_tag");return thrust::max_element(thrust::cuda::par.on(stream), &*begin, &*end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto min(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { static_assert(std::is_same< std::random_access_iterator_tag, typename Begin::iterator_category >::value, "Assert random_access_iterator_tag");return thrust::min(thrust::cuda::par.on(stream), &*begin, &*end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto min_element(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { static_assert(std::is_same< std::random_access_iterator_tag, typename Begin::iterator_category >::value, "Assert random_access_iterator_tag");return thrust::min_element(thrust::cuda::par.on(stream), &*begin, &*end, args...);} | ) |
bc::algorithms::BC_IF_CUDA | ( | template< class Begin, class End, class... Args > static auto minmax_element(bc::streams::Stream< bc::device_tag > stream, Begin begin, End end, Args... args) { return thrust::minmax_element(thrust::cuda::par.on(stream), begin, end, args...);} | ) |
class:::::: Args static auto bc::algorithms::copy | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::copy_if | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::copy_n | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::count | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::count_if | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
ReferenceList<T> bc::algorithms::enumerate | ( | T & | t, |
Ts &... | ts | ||
) |
class:::::: Args static auto bc::algorithms::fill | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::fill_n | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::find | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::find_if | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::find_if_not | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::for_each | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::generate | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::generate_n | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::is_sorted | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::is_sorted_until | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::max | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::max_element | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::min | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::min_element | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::minmax_element | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::replace | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::replace_copy | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::replace_copy_if | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::replace_if | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::reverse | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::reverse_copy | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::sort | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::stable_sort | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::swap | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::swap_ranges | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |
class:::::: Args static auto bc::algorithms::transform | ( | bc::streams::Stream< bc::host_tag > | stream, |
Begin | begin, | ||
End | end, | ||
Args... | args | ||
) |