Generic wrapper for the Schur product.
More...
#include <Schur.h>
Generic wrapper for the Schur product.
◆ operator()()
template<typename T1 , typename T2 >
decltype(auto) BLAZE_ALWAYS_INLINE blaze::Schur::operator() |
( |
const T1 & |
a, |
|
|
const T2 & |
b |
|
) |
| const |
|
inline |
Returns the result of the Schur product for the given objects/values.
- Parameters
-
a | The left-hand side object/value. |
b | The right-hand side object/value. |
- Returns
- The result of the Schur product for the given objects/values.
The documentation for this struct was generated from the following file: