7 #ifndef _MGCPP_EXPRESSIONS_SCALAR_EXPR_HPP_ 8 #define _MGCPP_EXPRESSIONS_SCALAR_EXPR_HPP_ 14 #include <type_traits> 17 template <
typename Expr>
20 struct scalar_constant_expr_type;
26 template <
typename Type>
29 struct scalar_zero_constant_expr_type;
35 struct scalar_one_constant_expr_type;
Definition: adapter_base.hpp:12
Definition: expression.hpp:18
Definition: forward.hpp:25
Definition: scalar_expr.hpp:18
scalar_constant_expr< Type > scal(Type scalar)