$extrastylesheet
#include <mln/fun/v2v/norm.hh>
Public Member Functions | |
R | operator() (const V &v) const |
Public Types | |
typedef Function_v2v< void > | category |
typedef linfty_norm< V, R > | exact_t |
typedef void | mutable_result |
typedef R | result |
L-infty norm.
V
is the type of input values; R
is the result type.
Definition at line 81 of file v2v/norm.hh.
R mln::fun::v2v::linfty_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::v2v::linfty_norm< V, R >::result |
Definition at line 83 of file v2v/norm.hh.