Generic wrapper for the lgamma() function.
More...
#include <LGamma.h>
|
template<typename T > |
static constexpr bool | simdEnabled () |
| Returns whether SIMD is enabled for the specified data type T. More...
|
|
static constexpr bool | paddingEnabled () |
| Returns whether the operation supports padding, i.e. whether it can deal with zeros. More...
|
|
Generic wrapper for the lgamma() function.
◆ load()
Returns the result of the lgamma() function for the given SIMD vector.
- Parameters
-
- Returns
- The result of the lgamma() function for the given SIMD vector.
◆ operator()()
Returns the result of the lgamma() function for the given object/value.
- Parameters
-
- Returns
- The result of the lgamma() function for the given object/value.
◆ paddingEnabled()
static constexpr bool blaze::LGamma::paddingEnabled |
( |
| ) |
|
|
inlinestaticconstexpr |
Returns whether the operation supports padding, i.e. whether it can deal with zeros.
- Returns
- true in case padding is supported, false if not.
◆ simdEnabled()
template<typename T >
static constexpr bool blaze::LGamma::simdEnabled |
( |
| ) |
|
|
inlinestaticconstexpr |
Returns whether SIMD is enabled for the specified data type T.
- Returns
- true in case SIMD is enabled for the data type T, false if not.
The documentation for this struct was generated from the following file: