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

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

#include <functional.hpp>

Inheritance diagram for boost::numeric::ublas::matrix_matrix_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_matrix_binary_functor< M1, M2, TV >

Definition at line 1119 of file functional.hpp.


Member Typedef Documentation

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

Reimplemented in boost::numeric::ublas::matrix_matrix_prod< M1, M2, TV >.

Definition at line 1120 of file functional.hpp.

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

Reimplemented in boost::numeric::ublas::matrix_matrix_prod< M1, M2, TV >.

Definition at line 1121 of file functional.hpp.

template<class M1, class M2, class TV>
typedef TV boost::numeric::ublas::matrix_matrix_binary_functor< M1, M2, TV >::value_type

Reimplemented in boost::numeric::ublas::matrix_matrix_prod< M1, M2, TV >.

Definition at line 1122 of file functional.hpp.

template<class M1, class M2, class TV>
typedef TV boost::numeric::ublas::matrix_matrix_binary_functor< M1, M2, TV >::result_type

Reimplemented in boost::numeric::ublas::matrix_matrix_prod< M1, M2, TV >.

Definition at line 1123 of file functional.hpp.


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