#include <expression_types.hpp>


Public Types | |
| typedef T | value_type |
| typedef const value_type & | const_reference |
| typedef boost::mpl::if_ < boost::is_const< T > , const_reference, value_type & > ::type | reference |
| typedef const scalar_reference < const self_type > | const_closure_type |
| typedef scalar_reference < self_type > | closure_type |
| typedef scalar_value< T > | expression_type |
| typedef scalar_tag | type_category |
Public Member Functions | |
| BOOST_UBLAS_INLINE | scalar_value () |
| BOOST_UBLAS_INLINE | scalar_value (const value_type &t) |
| BOOST_UBLAS_INLINE | operator value_type () const |
| BOOST_UBLAS_INLINE scalar_value & | operator= (const scalar_value &s) |
| template<class AE > | |
| BOOST_UBLAS_INLINE scalar_value & | operator= (const scalar_expression< AE > &ae) |
| BOOST_UBLAS_INLINE bool | same_closure (const scalar_value &sv) const |
| BOOST_UBLAS_INLINE const expression_type & | operator() () const |
| BOOST_UBLAS_INLINE expression_type & | operator() () |
| typedef scalar_reference<self_type> boost::numeric::ublas::scalar_value< T >::closure_type |
| typedef const scalar_reference<const self_type> boost::numeric::ublas::scalar_value< T >::const_closure_type |
| typedef const value_type& boost::numeric::ublas::scalar_value< T >::const_reference |
|
inherited |
| typedef boost::mpl::if_<boost::is_const<T>, const_reference, value_type &>::type boost::numeric::ublas::scalar_value< T >::reference |
|
inherited |
| typedef T boost::numeric::ublas::scalar_value< T >::value_type |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inline |