#include <norm.hh>
Public Types | |
typedef mln::algebra::vec< n, T > | argument |
typedef argument & | lvalue |
typedef mln::trait::value_ < typename mln::trait::op::times < argument, argument >::ret > ::sum | result |
typedef set_precise_unary_ | ret |
Static Public Member Functions | |
static result | read (const argument &x) |
static void | write (lvalue l, const result &x) |
Definition at line 93 of file math/norm.hh.
typedef mln::algebra::vec<n, T> mln::trait::next::set_precise_unary_< mln::fun::norm::linfty, mln::algebra::vec< n, T > >::argument |
Definition at line 96 of file math/norm.hh.
typedef argument& mln::trait::next::set_precise_unary_< mln::fun::norm::linfty, mln::algebra::vec< n, T > >::lvalue |
Definition at line 97 of file math/norm.hh.
typedef mln::trait::value_< typename mln::trait::op::times< argument , argument >::ret >::sum mln::trait::next::set_precise_unary_< mln::fun::norm::linfty, mln::algebra::vec< n, T > >::result |
Definition at line 98 of file math/norm.hh.
typedef set_precise_unary_ mln::trait::next::set_precise_unary_< mln::fun::norm::linfty, mln::algebra::vec< n, T > >::ret |
Definition at line 95 of file math/norm.hh.
static result mln::trait::next::set_precise_unary_< mln::fun::norm::linfty, mln::algebra::vec< n, T > >::read | ( | const argument & | x | ) | [inline, static] |
static void mln::trait::next::set_precise_unary_< mln::fun::norm::linfty, mln::algebra::vec< n, T > >::write | ( | lvalue | l, | |
const result & | x | |||
) | [inline, static] |
Definition at line 105 of file math/norm.hh.