shark::blas::vector_expression< E > Struct Template Reference

Base class for Vector Expression models. More...

#include <shark/LinAlg/BLAS/expression_types.hpp>

+ Inheritance diagram for shark::blas::vector_expression< E >:

Public Member Functions

const expression_type & operator() () const
 
expression_type & operator() ()
 

Detailed Description

template<class E>
struct shark::blas::vector_expression< E >

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 42 of file expression_types.hpp.

Member Function Documentation

§ operator()() [1/2]

template<class E>
const expression_type& shark::blas::vector_expression< E >::operator() ( ) const
inline

Definition at line 45 of file expression_types.hpp.

§ operator()() [2/2]

template<class E>
expression_type& shark::blas::vector_expression< E >::operator() ( )
inline

Definition at line 49 of file expression_types.hpp.


The documentation for this struct was generated from the following file: