Go to the source code of this file.
|
| template<typename T > |
| using | mgcpp::scalar_constant_expr = generic_expr< scalar_constant_expr_type, 0, scalar_expr, T, 1, T > |
| |
| template<typename T > |
| using | mgcpp::scalar_zero_constant_expr = generic_expr< scalar_zero_constant_expr_type, 0, scalar_expr, T, 0 > |
| |
| template<typename T > |
| using | mgcpp::scalar_one_constant_expr = generic_expr< scalar_one_constant_expr_type, 0, scalar_expr, T, 0 > |
| |
|
| template<typename Type > |
| scalar_constant_expr< Type > | mgcpp::scal (Type scalar) |
| |