1 self_type&
fill(value_type value)
15 template<
class Function>
20 template<
class Function>
38 expression_type::tensor_iterator_dim == 0 ||
39 expression_type::tensor_iterator_dim == 1,
40 "randomize not available to non-continuous tensors");
45 this->expression_template(), lb, ub);
self_type & zero()
Definition: tensor_iteralgos.h:12
void for_each(Function func) const
Definition: tensor_iteralgos.h:16
class::::::Args static auto fill(bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args)
Definition: algorithms.h:131
class::::::Args static auto sort(bc::streams::Stream< bc::host_tag > stream, Begin begin, End end, Args... args)
Definition: algorithms.h:147
self_type & sort()
Definition: tensor_iteralgos.h:25
void randomize(value_type lb=0, value_type ub=1)
Definition: tensor_iteralgos.h:35
self_type & fill(value_type value)
Definition: tensor_iteralgos.h:1
auto un_expr(functor f) const
Definition: expression_operations.h:103
self_type & ones()
Definition: tensor_iteralgos.h:13