Public Types | Public Member Functions

mln::fun::x2v::l1_norm< V > Struct Template Reference

#include <l1_norm.hh>

Inheritance diagram for mln::fun::x2v::l1_norm< V >:
Inheritance graph

List of all members.

Public Types

typedef V::coord C
typedef Function_v2v< void > category
typedef l1_norm< V > exact_t
typedef void mutable_result
typedef mln::value::props< C >::sum result

Public Member Functions

result operator() (const V &v) const

Detailed Description

template<typename V>
struct mln::fun::x2v::l1_norm< V >

Definition at line 48 of file l1_norm.hh.


Member Typedef Documentation

template<typename V>
typedef V ::coord mln::fun::x2v::l1_norm< V >::C

Definition at line 50 of file l1_norm.hh.

typedef Function_v2v<void> mln::Function_v2v< l1_norm< V > >::category [inherited]

Reimplemented from mln::Function< l1_norm< V > >.

Definition at line 126 of file function.hh.

typedef l1_norm< V > mln::Object< l1_norm< V > >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< l1_norm< V > >::mutable_result [inherited]

Definition at line 127 of file function.hh.

template<typename V>
typedef mln::value::props< C >::sum mln::fun::x2v::l1_norm< V >::result

Definition at line 51 of file l1_norm.hh.


Member Function Documentation

template<typename V>
l1_norm< V >::result mln::fun::x2v::l1_norm< V >::operator() ( const V &  v  )  const [inline]

Definition at line 62 of file l1_norm.hh.

References mln::math::abs().