![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <functional.hpp>
Public Types | |
typedef scalar_binary_functor < T1, T2 >::argument1_type | argument1_type |
typedef scalar_binary_functor < T1, T2 >::argument2_type | argument2_type |
typedef scalar_binary_functor < T1, T2 >::result_type | result_type |
Static Public Member Functions | |
static BOOST_UBLAS_INLINE result_type | apply (argument1_type t1, argument2_type t2) |
Definition at line 152 of file functional.hpp.
typedef scalar_binary_functor<T1, T2>::argument1_type boost::numeric::ublas::scalar_multiplies< T1, T2 >::argument1_type |
Reimplemented from boost::numeric::ublas::scalar_binary_functor< T1, T2 >.
Definition at line 154 of file functional.hpp.
typedef scalar_binary_functor<T1, T2>::argument2_type boost::numeric::ublas::scalar_multiplies< T1, T2 >::argument2_type |
Reimplemented from boost::numeric::ublas::scalar_binary_functor< T1, T2 >.
Definition at line 155 of file functional.hpp.
typedef scalar_binary_functor<T1, T2>::result_type boost::numeric::ublas::scalar_multiplies< T1, T2 >::result_type |
Reimplemented from boost::numeric::ublas::scalar_binary_functor< T1, T2 >.
Definition at line 156 of file functional.hpp.
static BOOST_UBLAS_INLINE result_type boost::numeric::ublas::scalar_multiplies< T1, T2 >::apply | ( | argument1_type | t1, |
argument2_type | t2 | ||
) | [inline, static] |
Definition at line 159 of file functional.hpp.