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

boost::numeric::ublas::matrix_vector_binary_functor< M1, M2, TV > Struct Template Reference

#include <functional.hpp>

Inheritance diagram for boost::numeric::ublas::matrix_vector_binary_functor< M1, M2, TV >:

List of all members.

Public Types

typedef M1::difference_type difference_type
typedef TV result_type
typedef M1::size_type size_type
typedef TV value_type

Detailed Description

template<class M1, class M2, class TV>
struct boost::numeric::ublas::matrix_vector_binary_functor< M1, M2, TV >

Definition at line 774 of file functional.hpp.


Member Typedef Documentation

template<class M1, class M2, class TV>
typedef M1::size_type boost::numeric::ublas::matrix_vector_binary_functor< M1, M2, TV >::size_type
template<class M1, class M2, class TV>
typedef M1::difference_type boost::numeric::ublas::matrix_vector_binary_functor< M1, M2, TV >::difference_type

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