Base class for Matrix container models. More...
#include <fwd.hpp>


Public Types | |
| typedef C | container_type |
| typedef matrix_tag | type_category |
| typedef C | expression_type |
Public Member Functions | |
| BOOST_UBLAS_INLINE const container_type & | operator() () const |
| BOOST_UBLAS_INLINE container_type & | operator() () |
Static Public Attributes | |
| static const unsigned | complexity = 0 |
Base class for Matrix container models.
it does not model the Matrix concept but all derived types should. The class defines a common base type and some common interface for all statically derived Matrix classes We implement the casts to the statically derived type.
| typedef C boost::numeric::ublas::matrix_container< C >::container_type |
|
inherited |
| typedef matrix_tag boost::numeric::ublas::matrix_container< C >::type_category |
|
inline |
|
inline |
|
static |