![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <functional.hpp>
Public Types | |
typedef vector_scalar_unary_functor< V > ::result_type | result_type |
typedef vector_scalar_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 337 of file functional.hpp.
typedef vector_scalar_unary_functor<V>::value_type boost::numeric::ublas::vector_sum< V >::value_type |
Reimplemented from boost::numeric::ublas::vector_scalar_unary_functor< V >.
Definition at line 339 of file functional.hpp.
typedef vector_scalar_unary_functor<V>::result_type boost::numeric::ublas::vector_sum< V >::result_type |
Reimplemented from boost::numeric::ublas::vector_scalar_unary_functor< V >.
Definition at line 340 of file functional.hpp.
static BOOST_UBLAS_INLINE result_type boost::numeric::ublas::vector_sum< V >::apply | ( | const vector_expression< E > & | e | ) | [inline, static] |
Definition at line 344 of file functional.hpp.
static BOOST_UBLAS_INLINE result_type boost::numeric::ublas::vector_sum< V >::apply | ( | D | size, |
I | it | ||
) | [inline, static] |
Definition at line 355 of file functional.hpp.
static BOOST_UBLAS_INLINE result_type boost::numeric::ublas::vector_sum< V >::apply | ( | I | it, |
const I & | it_end | ||
) | [inline, static] |
Definition at line 364 of file functional.hpp.