Blaze  3.6
Public Member Functions | List of all members
blaze::L4Norm Struct Reference

Generic wrapper for the l4Norm() function. More...

#include <L4Norm.h>

Public Member Functions

template<typename T >
BLAZE_ALWAYS_INLINEdecltype(auto) BLAZE_DEVICE_CALLABLE operator() (const T &a) const
 Calls the l4Norm() function with the given object/value. More...
 

Detailed Description

Generic wrapper for the l4Norm() function.

Member Function Documentation

◆ operator()()

template<typename T >
BLAZE_ALWAYS_INLINEdecltype(auto) BLAZE_DEVICE_CALLABLE blaze::L4Norm::operator() ( const T &  a) const
inline

Calls the l4Norm() function with the given object/value.

Parameters
aThe given object/value.
Returns
The L4 norm of the given object/value.

The documentation for this struct was generated from the following file: