Generic wrapper for the lpNorm() function.
More...
#include <LpNorm.h>
template<size_t... P>
struct blaze::LpNorm< P >
Generic wrapper for the lpNorm() function.
◆ operator()() [1/2]
template<size_t... P>
template<typename T >
Calls the lpNorm() function with the given object/value.
- Parameters
-
- Returns
- The Lp norm of the given object/value.
◆ operator()() [2/2]
template<size_t... P>
template<typename T , typename ST >
Calls the lpNorm() function with the given object/value.
- Parameters
-
a | The given object/value. |
p | The runtime norm parameter. |
- Returns
- The Lp norm of the given object/value.
The documentation for this struct was generated from the following files: