Generic wrapper for the pow() function.
More...
#include <Pow.h>
|
| Pow () |
| Constructor of the Pow functor.
|
|
template<typename T1 , typename T2 > |
decltype(auto) BLAZE_ALWAYS_INLINE | operator() (const T1 &a, const T2 &b) const |
| Returns the result of the pow() function for the given objects/values. More...
|
|
template<typename T1 , typename T2 > |
decltype(auto) BLAZE_ALWAYS_INLINE | load (const T1 &a, const T2 &b) const |
| Returns the result of the pow() function for the given SIMD vector. More...
|
|
|
template<typename T1 , typename T2 > |
static constexpr bool | simdEnabled () |
| Returns whether SIMD is enabled for the specified data types T1 and T2. More...
|
|
Generic wrapper for the pow() function.
◆ load()
template<typename T1 , typename T2 >
Returns the result of the pow() function for the given SIMD vector.
- Parameters
-
a | The left-hand side SIMD vector. |
b | The right-hand side SIMD vector. |
- Returns
- The result of the pow() function for the given SIMD vector.
◆ operator()()
template<typename T1 , typename T2 >
Returns the result of the pow() function 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 pow() function for the given objects/values.
◆ simdEnabled()
template<typename T1 , typename T2 >
static constexpr bool blaze::Pow::simdEnabled |
( |
| ) |
|
|
inlinestatic |
Returns whether SIMD is enabled for the specified data types T1 and T2.
- Returns
- true in case SIMD is enabled for the data types T1 and T2, false if not.
The documentation for this struct was generated from the following file:
- blaze/math/functors/Pow.h