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

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

#include <functional.hpp>

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

List of all members.

Public Types

typedef type_traits
< value_type >::real_type 
real_type
typedef V::size_type result_type
typedef V::value_type value_type

Detailed Description

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

Definition at line 573 of file functional.hpp.


Member Typedef Documentation

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

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

Definition at line 574 of file functional.hpp.

template<class V>
typedef V::size_type boost::numeric::ublas::vector_scalar_index_unary_functor< V >::result_type

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

Definition at line 576 of file functional.hpp.


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