Base class for Scalar Expression models. More...
Inherits boost::numeric::ublas::ublas_expression< E >.
Public Types | |
typedef E | expression_type |
typedef scalar_tag | type_category |
Public Member Functions | |
BOOST_UBLAS_INLINE const expression_type & | operator() () const |
BOOST_UBLAS_INLINE expression_type & | operator() () |
It does not model the Scalar Expression concept but all derived types should. The class defines a common base type and some common interface for all statically derived Scalar Expression classes.
We implement the casts to the statically derived type.
E | an expression type |