Public Types | Public Member Functions

mln::fun::v2v::linfty_norm< V, R > Struct Template Reference

L-infty norm. More...

#include <norm.hh>

Inheritance diagram for mln::fun::v2v::linfty_norm< V, R >:
Inheritance graph

List of all members.

Public Types

typedef Function_v2v< void > category
typedef linfty_norm< V, R > exact_t
typedef void mutable_result
typedef R result

Public Member Functions

operator() (const V &v) const

Detailed Description

template<typename V, typename R>
struct mln::fun::v2v::linfty_norm< V, R >

L-infty norm.

V is the type of input values; R is the result type.

See also:
mln::norm::linfty.

Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< linfty_norm< V, R > >::category [inherited]
typedef linfty_norm< V, R > mln::Object< linfty_norm< V, R > >::exact_t [inherited]
typedef void mln::Function_v2v< linfty_norm< V, R > >::mutable_result [inherited]
template<typename V, typename R>
typedef R mln::fun::v2v::linfty_norm< V, R >::result

Member Function Documentation

template<typename V , typename R >
R mln::fun::v2v::linfty_norm< V, R >::operator() ( const V &  v  )  const [inline]

References mln::norm::linfty().