![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <functional.hpp>
Public Types | |
typedef scalar_real_unary_functor< T > ::argument_type | argument_type |
typedef scalar_real_unary_functor< T > ::result_type | result_type |
typedef scalar_real_unary_functor< T > ::value_type | value_type |
Static Public Member Functions | |
static BOOST_UBLAS_INLINE result_type | apply (argument_type t) |
Definition at line 95 of file functional.hpp.
typedef scalar_real_unary_functor<T>::value_type boost::numeric::ublas::scalar_real< T >::value_type |
Reimplemented from boost::numeric::ublas::scalar_real_unary_functor< T >.
Definition at line 97 of file functional.hpp.
typedef scalar_real_unary_functor<T>::argument_type boost::numeric::ublas::scalar_real< T >::argument_type |
Reimplemented from boost::numeric::ublas::scalar_real_unary_functor< T >.
Definition at line 98 of file functional.hpp.
typedef scalar_real_unary_functor<T>::result_type boost::numeric::ublas::scalar_real< T >::result_type |
Reimplemented from boost::numeric::ublas::scalar_real_unary_functor< T >.
Definition at line 99 of file functional.hpp.
static BOOST_UBLAS_INLINE result_type boost::numeric::ublas::scalar_real< T >::apply | ( | argument_type | t | ) | [inline, static] |
Definition at line 102 of file functional.hpp.