35 #ifndef _BLAZE_MATH_SHIMS_SQUARE_H_
36 #define _BLAZE_MATH_SHIMS_SQUARE_H_
65 template<
typename T >
BLAZE_ALWAYS_INLINE const MultExprTrait< T, T >::Type sq(const T &a)
Squaring the given value/object.
Definition: Square.h:66
Header file for the MultExprTrait class template.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
System settings for the inline keywords.
Evaluation of the resulting expression type of a multiplication.Via this type trait it is possible to...
Definition: MultExprTrait.h:137