#include <matrix_expression.hpp>
Public Types | |
typedef E | expression_type |
typedef F | functor_type |
typedef F::result_type | value_type |
typedef E::const_closure_type | expression_closure_type |
typedef scalar_tag | type_category |
Public Member Functions | |
BOOST_UBLAS_INLINE | matrix_scalar_unary (const expression_type &e) |
BOOST_UBLAS_INLINE | operator value_type () const |
BOOST_UBLAS_INLINE const expression_type & | operator() () const |
BOOST_UBLAS_INLINE expression_type & | operator() () |
typedef E::const_closure_type boost::numeric::ublas::matrix_scalar_unary< E, F >::expression_closure_type |
typedef E boost::numeric::ublas::matrix_scalar_unary< E, F >::expression_type |
typedef F boost::numeric::ublas::matrix_scalar_unary< E, F >::functor_type |
|
inherited |
typedef F::result_type boost::numeric::ublas::matrix_scalar_unary< E, F >::value_type |
|
inlineexplicit |
|
inline |
|
inlineinherited |
|
inlineinherited |