9 #ifndef BC_EXPRESSION_TEMPLATES_FUNCTION_SUM_H_ 10 #define BC_EXPRESSION_TEMPLATES_FUNCTION_SUM_H_ 22 template<
class SystemTag>
25 template<
class ArrayType,
class SystemTag>
35 static constexpr
int tensor_dim = 0;
36 static constexpr
int tensor_iterator_dim = 0;
49 template<
class Scalar,
int Alpha,
int Beta,
class Stream>
Definition: tree_output_data.h:18
Definition: function_sum.h:23
size_t value_type
Definition: shape.h:120
std::true_type requires_greedy_evaluation
Definition: function_sum.h:33
void eval(Output_Data< Scalar, Alpha, Beta > output, Stream stream) const
Definition: function_sum.h:50
auto sum(const Expression_Base< Expression > &tensor)
Definition: tensor_static_functions.h:15
SystemTag system_tag
Definition: function_sum.h:32
static constexpr int tensor_dim
Definition: tensor_base.h:38
Definition: expression_template_base.h:77
const Tensor & data() const
Definition: tree_output_data.h:26
ArrayType array
Definition: function_sum.h:38
static Sum< SystemTag > get_operation()
Definition: function_sum.h:45
Definition: expression_template_traits.h:19
The Evaluator determines if an expression needs to be greedily optimized.
Definition: algorithms.h:22
Un_Op(ArrayType array, Sum< system_tag > op=Sum< system_tag >())
Definition: function_sum.h:42