remora::vector_container< C, Device > Struct Template Reference

Base class for Vector container models. More...

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

+ Inheritance diagram for remora::vector_container< C, Device >:

Public Member Functions

const container_type & operator() () const
 
container_type & operator() ()
 
- Public Member Functions inherited from remora::vector_expression< C, Device >
const expression_type & operator() () const
 
expression_type & operator() ()
 

Detailed Description

template<class C, class Device>
struct remora::vector_container< C, Device >

Base class for Vector container models.

it does not model the Vector concept but all derived types should. The class defines a common base type and some common interface for all statically derived Vector classes We implement the casts to the statically derived type.

Definition at line 63 of file expression_types.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<class C, class Device>
const container_type& remora::vector_container< C, Device >::operator() ( ) const
inline

Definition at line 66 of file expression_types.hpp.

◆ operator()() [2/2]

template<class C, class Device>
container_type& remora::vector_container< C, Device >::operator() ( )
inline

Definition at line 70 of file expression_types.hpp.


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