Public Member Functions | List of all members
blaze::SchurAssign Struct Reference

Generic wrapper for the schurAssign() function. More...

#include <SchurAssign.h>

Public Member Functions

 SchurAssign ()
 Default constructor of the SchurAssign functor.
 
template<typename T1 , typename T2 >
BLAZE_ALWAYS_INLINE void operator() (T1 &a, const T2 &b) const
 Calls the schurAssign() function with the given objects/values. More...
 

Detailed Description

Generic wrapper for the schurAssign() function.

Member Function Documentation

◆ operator()()

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

Calls the schurAssign() function 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: