![]() |
Blaze 3.9
|
Generic wrapper for the lpNorm() function. More...
#include <LpNorm.h>
Public Member Functions | |
template<typename T > | |
BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE decltype(auto) | operator() (T &&a) const |
Calls the lpNorm() function with the given object/value. More... | |
template<typename T , typename ST > | |
BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE decltype(auto) | operator() (T &&a, ST p) const |
Calls the lpNorm() function with the given object/value. More... | |
Generic wrapper for the lpNorm() function.
|
inline |
Calls the lpNorm() function with the given object/value.
a | The given object/value. |
|
inline |
Calls the lpNorm() function with the given object/value.
a | The given object/value. |
p | The runtime norm parameter. |