Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms

boost::numeric::ublas::vector_scalar_unary_functor< V > Struct Template Reference

#include <functional.hpp>

Inheritance diagram for boost::numeric::ublas::vector_scalar_unary_functor< V >:

List of all members.

Public Types

typedef V::value_type result_type
typedef V::value_type value_type

Detailed Description

template<class V>
struct boost::numeric::ublas::vector_scalar_unary_functor< V >

Definition at line 331 of file functional.hpp.


Member Typedef Documentation

template<class V>
typedef V::value_type boost::numeric::ublas::vector_scalar_unary_functor< V >::value_type

Reimplemented in boost::numeric::ublas::vector_sum< V >.

Definition at line 332 of file functional.hpp.

template<class V>
typedef V::value_type boost::numeric::ublas::vector_scalar_unary_functor< V >::result_type

Reimplemented in boost::numeric::ublas::vector_sum< V >.

Definition at line 333 of file functional.hpp.


The documentation for this struct was generated from the following file: