$extrastylesheet
#include <mln/fun/v2w_w2v/norm.hh>
Public Member Functions | |
V | f_1 (const V &v, const R &r) const |
R | operator() (const V &v) const |
Public Types | |
typedef Function_v2v< void > | category |
typedef l1_norm< V, R > | exact_t |
typedef void | mutable_result |
typedef R | result |
L1-norm.
V
is the type of input values; R
is the result type.
Definition at line 56 of file v2w_w2v/norm.hh.
V mln::fun::v2w_w2v::l1_norm< V, R >::f_1 | ( | const V & | v, |
const R & | r | ||
) | const |
R mln::fun::v2w_w2v::l1_norm< V, R >::operator() | ( | const V & | v | ) | const |
|
inherited |
Definition at line 134 of file function.hh.
|
inherited |
|
inherited |
Definition at line 135 of file function.hh.
typedef R mln::fun::v2w_w2v::l1_norm< V, R >::result |
Definition at line 58 of file v2w_w2v/norm.hh.