Base class for Vector Expression models. More...
#include <shark/LinAlg/BLAS/expression_types.hpp>
Public Member Functions | |
const expression_type & | operator() () const |
expression_type & | operator() () |
Base class for Vector Expression models.
it does not model the Vector Expression concept but all derived types should. The class defines a common base type and some common interface for all statically derived Vector Expression classes. We implement the casts to the statically derived type.
Definition at line 44 of file expression_types.hpp.
|
inline |
Definition at line 47 of file expression_types.hpp.
|
inline |
Definition at line 51 of file expression_types.hpp.