![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <functional.hpp>
Classes | |
struct | rebind |
Public Types | |
typedef scalar_binary_assign_functor < T1, T2 >::argument1_type | argument1_type |
typedef scalar_binary_assign_functor < T1, T2 >::argument2_type | argument2_type |
Static Public Member Functions | |
static BOOST_UBLAS_INLINE void | apply (argument1_type t1, argument2_type t2) |
Static Public Attributes | |
static const bool | computed = true |
Definition at line 214 of file functional.hpp.
typedef scalar_binary_assign_functor<T1, T2>::argument1_type boost::numeric::ublas::scalar_plus_assign< T1, T2 >::argument1_type |
Reimplemented from boost::numeric::ublas::scalar_binary_assign_functor< T1, T2 >.
Definition at line 216 of file functional.hpp.
typedef scalar_binary_assign_functor<T1, T2>::argument2_type boost::numeric::ublas::scalar_plus_assign< T1, T2 >::argument2_type |
Reimplemented from boost::numeric::ublas::scalar_binary_assign_functor< T1, T2 >.
Definition at line 217 of file functional.hpp.
static BOOST_UBLAS_INLINE void boost::numeric::ublas::scalar_plus_assign< T1, T2 >::apply | ( | argument1_type | t1, |
argument2_type | t2 | ||
) | [inline, static] |
Definition at line 225 of file functional.hpp.
const bool boost::numeric::ublas::scalar_plus_assign< T1, T2 >::computed = true [static] |
Definition at line 221 of file functional.hpp.