BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Functions
bc::algorithms Namespace Reference

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)
 

Function Documentation

◆ BC_IF_CUDA() [1/31]

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_IF_CUDA() [2/31]

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_IF_CUDA() [3/31]

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_IF_CUDA() [4/31]

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_IF_CUDA() [5/31]

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_IF_CUDA() [6/31]

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_IF_CUDA() [7/31]

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_IF_CUDA() [8/31]

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_IF_CUDA() [9/31]

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_IF_CUDA() [10/31]

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_IF_CUDA() [11/31]

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_IF_CUDA() [12/31]

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_IF_CUDA() [13/31]

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_IF_CUDA() [14/31]

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_IF_CUDA() [15/31]

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_IF_CUDA() [16/31]

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_IF_CUDA() [17/31]

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_IF_CUDA() [18/31]

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_IF_CUDA() [19/31]

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_IF_CUDA() [20/31]

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_IF_CUDA() [21/31]

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_IF_CUDA() [22/31]

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_IF_CUDA() [23/31]

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_IF_CUDA() [24/31]

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_IF_CUDA() [25/31]

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_IF_CUDA() [26/31]

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_IF_CUDA() [27/31]

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_IF_CUDA() [28/31]

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_IF_CUDA() [29/31]

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_IF_CUDA() [30/31]

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_IF_CUDA() [31/31]

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...);}  )

◆ copy()

class:::::: Args static auto bc::algorithms::copy ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ copy_if()

class:::::: Args static auto bc::algorithms::copy_if ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ copy_n()

class:::::: Args static auto bc::algorithms::copy_n ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ count()

class:::::: Args static auto bc::algorithms::count ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ count_if()

class:::::: Args static auto bc::algorithms::count_if ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ enumerate()

template<class T , class ... Ts>
ReferenceList<T> bc::algorithms::enumerate ( T &  t,
Ts &...  ts 
)

◆ fill()

class:::::: Args static auto bc::algorithms::fill ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ fill_n()

class:::::: Args static auto bc::algorithms::fill_n ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ find()

class:::::: Args static auto bc::algorithms::find ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ find_if()

class:::::: Args static auto bc::algorithms::find_if ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ find_if_not()

class:::::: Args static auto bc::algorithms::find_if_not ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ for_each()

class:::::: Args static auto bc::algorithms::for_each ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ generate()

class:::::: Args static auto bc::algorithms::generate ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ generate_n()

class:::::: Args static auto bc::algorithms::generate_n ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ is_sorted()

class:::::: Args static auto bc::algorithms::is_sorted ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ is_sorted_until()

class:::::: Args static auto bc::algorithms::is_sorted_until ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ max()

class:::::: Args static auto bc::algorithms::max ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ max_element()

class:::::: Args static auto bc::algorithms::max_element ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ min()

class:::::: Args static auto bc::algorithms::min ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ min_element()

class:::::: Args static auto bc::algorithms::min_element ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ minmax_element()

class:::::: Args static auto bc::algorithms::minmax_element ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ replace()

class:::::: Args static auto bc::algorithms::replace ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ replace_copy()

class:::::: Args static auto bc::algorithms::replace_copy ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ replace_copy_if()

class:::::: Args static auto bc::algorithms::replace_copy_if ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ replace_if()

class:::::: Args static auto bc::algorithms::replace_if ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ reverse()

class:::::: Args static auto bc::algorithms::reverse ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ reverse_copy()

class:::::: Args static auto bc::algorithms::reverse_copy ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ sort()

class:::::: Args static auto bc::algorithms::sort ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ stable_sort()

class:::::: Args static auto bc::algorithms::stable_sort ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ swap()

class:::::: Args static auto bc::algorithms::swap ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ swap_ranges()

class:::::: Args static auto bc::algorithms::swap_ranges ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)

◆ transform()

class:::::: Args static auto bc::algorithms::transform ( bc::streams::Stream< bc::host_tag stream,
Begin  begin,
End  end,
Args...  args 
)