$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::v2w_w2v::l2_norm< V, R > Struct Template Reference

#include <mln/fun/v2w_w2v/norm.hh>

Public Member Functions

f_1 (const V &v, const R &r) const
operator() (const V &v) const

Public Types

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

Detailed Description

template<typename V, typename R>
struct mln::fun::v2w_w2v::l2_norm< V, R >

L2-norm.

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

See Also
mln::norm::l2.

Definition at line 69 of file v2w_w2v/norm.hh.

Member Function Documentation

template<typename V , typename R >
V mln::fun::v2w_w2v::l2_norm< V, R >::f_1 ( const V &  v,
const R &  r 
) const
template<typename V , typename R >
R mln::fun::v2w_w2v::l2_norm< V, R >::operator() ( const V &  v) const

Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< l2_norm< V, R > >::category
inherited

Definition at line 134 of file function.hh.

typedef l2_norm< V, R > mln::Object< l2_norm< V, R > >::exact_t
inherited

Definition at line 105 of file object.hh.

typedef void mln::Function_v2v< l2_norm< V, R > >::mutable_result
inherited

Definition at line 135 of file function.hh.

template<typename V , typename R >
typedef R mln::fun::v2w_w2v::l2_norm< V, R >::result

Definition at line 71 of file v2w_w2v/norm.hh.