Blaze 3.9
Public Member Functions | List of all members
blaze::MultAssign Struct Reference

Generic wrapper for multiplication assignment. More...

#include <MultAssign.h>

Public Member Functions

template<typename T1 , typename T2 >
BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE void operator() (T1 &a, const T2 &b) const
 Performs a multiplication assignment with the given objects/values. More...
 

Detailed Description

Generic wrapper for multiplication assignment.

Member Function Documentation

◆ operator()()

template<typename T1 , typename T2 >
BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE void blaze::MultAssign::operator() ( T1 &  a,
const T2 &  b 
) const
inline

Performs a multiplication assignment with the given objects/values.

Parameters
aThe target left-hand side object/value.
bThe right-hand side object/value to be multiplied.
Returns
void

The documentation for this struct was generated from the following file: