#include <vector_expression.hpp>
Public Types | |
typedef F::result_type | value_type |
typedef E::difference_type | difference_type |
typedef const self_type | const_closure_type |
typedef const_closure_type | closure_type |
typedef unknown_storage_tag | storage_category |
typedef scalar_tag | type_category |
Public Member Functions | |
BOOST_UBLAS_INLINE | vector_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 const_closure_type boost::numeric::ublas::vector_scalar_unary< E, F >::closure_type |
typedef const self_type boost::numeric::ublas::vector_scalar_unary< E, F >::const_closure_type |
typedef E::difference_type boost::numeric::ublas::vector_scalar_unary< E, F >::difference_type |
typedef unknown_storage_tag boost::numeric::ublas::vector_scalar_unary< E, F >::storage_category |
|
inherited |
typedef F::result_type boost::numeric::ublas::vector_scalar_unary< E, F >::value_type |
|
inlineexplicit |
|
inline |
|
inlineinherited |
|
inlineinherited |