Expression object for 32-bit floating point multiplication operations.The SIMDf32MultExpr class represents the compile time expression for 32-bit floating point multiplication operations.
More...
#include <Multiplication.h>
Inherits SIMDf32< SIMDf32MultExpr< T1, T2 > >.
|
const T1 | a_ |
| The left-hand side operand for the multiplication.
|
|
const T2 | b_ |
| The right-hand side operand for the multiplication.
|
|
template<typename T1, typename T2>
struct blaze::SIMDf32MultExpr< T1, T2 >
Expression object for 32-bit floating point multiplication operations.
The SIMDf32MultExpr class represents the compile time expression for 32-bit floating point multiplication operations.
template<typename T1, typename T2>
Constructor for the SIMDf32MultExpr class.
- Parameters
-
a | The left-hand side operand for the multiplication. |
b | The right-hand side operand for the multiplication. |
template<typename T1, typename T2>
Evaluation of the expression object.
- Returns
- The resulting packed 32-bit floating point value.
The documentation for this struct was generated from the following file: