![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <functional.hpp>
Public Types | |
typedef type_traits< T1 > ::const_reference | argument1_type |
typedef type_traits< T2 > ::const_reference | argument2_type |
typedef promote_traits< T1, T2 > ::promote_type | result_type |
Definition at line 121 of file functional.hpp.
typedef type_traits<T1>::const_reference boost::numeric::ublas::scalar_binary_functor< T1, T2 >::argument1_type |
Reimplemented in boost::numeric::ublas::scalar_plus< T1, T2 >, boost::numeric::ublas::scalar_minus< T1, T2 >, boost::numeric::ublas::scalar_multiplies< T1, T2 >, and boost::numeric::ublas::scalar_divides< T1, T2 >.
Definition at line 122 of file functional.hpp.
typedef type_traits<T2>::const_reference boost::numeric::ublas::scalar_binary_functor< T1, T2 >::argument2_type |
Reimplemented in boost::numeric::ublas::scalar_plus< T1, T2 >, boost::numeric::ublas::scalar_minus< T1, T2 >, boost::numeric::ublas::scalar_multiplies< T1, T2 >, and boost::numeric::ublas::scalar_divides< T1, T2 >.
Definition at line 123 of file functional.hpp.
typedef promote_traits<T1, T2>::promote_type boost::numeric::ublas::scalar_binary_functor< T1, T2 >::result_type |
Reimplemented in boost::numeric::ublas::scalar_plus< T1, T2 >, boost::numeric::ublas::scalar_minus< T1, T2 >, boost::numeric::ublas::scalar_multiplies< T1, T2 >, and boost::numeric::ublas::scalar_divides< T1, T2 >.
Definition at line 124 of file functional.hpp.