![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <functional.hpp>
Inheritance diagram for boost::numeric::ublas::vector_norm_2< V >:
Collaboration diagram for boost::numeric::ublas::vector_norm_2< V >:Public Types | |
| typedef vector_scalar_real_unary_functor < V >::real_type | real_type |
| typedef vector_scalar_real_unary_functor < V >::result_type | result_type |
| typedef vector_scalar_real_unary_functor < V >::value_type | value_type |
Static Public Member Functions | |
| template<class E > | |
| static BOOST_UBLAS_INLINE result_type | apply (const vector_expression< E > &e) |
| template<class I > | |
| static BOOST_UBLAS_INLINE result_type | apply (I it, const I &it_end) |
| template<class D , class I > | |
| static BOOST_UBLAS_INLINE result_type | apply (D size, I it) |
Definition at line 425 of file functional.hpp.
| typedef vector_scalar_real_unary_functor<V>::value_type boost::numeric::ublas::vector_norm_2< V >::value_type |
Reimplemented from boost::numeric::ublas::vector_scalar_real_unary_functor< V >.
Definition at line 427 of file functional.hpp.
| typedef vector_scalar_real_unary_functor<V>::real_type boost::numeric::ublas::vector_norm_2< V >::real_type |
Reimplemented from boost::numeric::ublas::vector_scalar_real_unary_functor< V >.
Definition at line 428 of file functional.hpp.
| typedef vector_scalar_real_unary_functor<V>::result_type boost::numeric::ublas::vector_norm_2< V >::result_type |
Reimplemented from boost::numeric::ublas::vector_scalar_real_unary_functor< V >.
Definition at line 429 of file functional.hpp.
| static BOOST_UBLAS_INLINE result_type boost::numeric::ublas::vector_norm_2< V >::apply | ( | const vector_expression< E > & | e | ) | [inline, static] |
Definition at line 433 of file functional.hpp.
| static BOOST_UBLAS_INLINE result_type boost::numeric::ublas::vector_norm_2< V >::apply | ( | D | size, |
| I | it | ||
| ) | [inline, static] |
Definition at line 465 of file functional.hpp.
| static BOOST_UBLAS_INLINE result_type boost::numeric::ublas::vector_norm_2< V >::apply | ( | I | it, |
| const I & | it_end | ||
| ) | [inline, static] |
Definition at line 495 of file functional.hpp.