35 #ifndef _BLAZE_MATH_FUNCTORS_MULTASSIGN_H_ 36 #define _BLAZE_MATH_FUNCTORS_MULTASSIGN_H_ 74 template<
typename T1,
typename T2 >
Generic wrapper for the multAssign() function.
Definition: MultAssign.h:58
MultAssign()
Default constructor of the MultAssign functor.
Definition: MultAssign.h:63
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
BLAZE_ALWAYS_INLINE void operator()(T1 &a, const T2 &b) const
Calls the multAssign() function with the given objects/values.
Definition: MultAssign.h:75
System settings for the inline keywords.