Expression Templates Library (ETL)
Static Public Member Functions | List of all members
etl::detail::norm_impl Struct Reference

Functor for euclidean norm. More...

#include <norm.hpp>

Static Public Member Functions

template<typename A >
static value_t< A > apply (const A &a)
 Apply the functor to a. More...
 

Detailed Description

Functor for euclidean norm.

Member Function Documentation

◆ apply()

template<typename A >
static value_t<A> etl::detail::norm_impl::apply ( const A &  a)
inlinestatic

Apply the functor to a.

Parameters
athe expression
Returns
the euclidean norm of a

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