Base class for Matrix container models. More...
#include <shark/LinAlg/BLAS/expression_types.hpp>
Inheritance diagram for shark::blas::matrix_container< C >:Public Member Functions | |
| const container_type & | operator() () const |
| container_type & | operator() () |
Public Member Functions inherited from shark::blas::matrix_expression< C > | |
| const expression_type & | operator() () const |
| expression_type & | operator() () |
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.
Definition at line 153 of file expression_types.hpp.
|
inline |
Definition at line 156 of file expression_types.hpp.
|
inline |
Definition at line 160 of file expression_types.hpp.