shark::detail::VectorExpression< Expression > Class Template Reference

Wrapper for all kinds of vectorexpression which saves the (sparse) vector in the target vector. More...

#include <shark/LinAlg/BLAS/Impl/Initialize.h>

+ Inheritance diagram for shark::detail::VectorExpression< Expression >:
+ Collaboration diagram for shark::detail::VectorExpression< Expression >:

Public Member Functions

 VectorExpression (Expression expression)
 
template<class Iter >
void init (Iter &pos) const
 
template<class Iter >
void split (Iter &pos)
 
std::size_t size () const
 
- Public Member Functions inherited from shark::detail::InitializerBase< VectorExpression< Expression > >
VectorExpression< Expression > & operator() ()
 
const VectorExpression
< Expression > & 
operator() () const
 

Detailed Description

template<class Expression>
class shark::detail::VectorExpression< Expression >

Wrapper for all kinds of vectorexpression which saves the (sparse) vector in the target vector.

Definition at line 120 of file Initialize.h.

Constructor & Destructor Documentation

template<class Expression>
shark::detail::VectorExpression< Expression >::VectorExpression ( Expression  expression)
inline

Definition at line 125 of file Initialize.h.

Member Function Documentation

template<class Expression>
template<class Iter >
void shark::detail::VectorExpression< Expression >::init ( Iter &  pos) const
inline
template<class Expression>
template<class Iter >
void shark::detail::VectorExpression< Expression >::split ( Iter &  pos)
inline

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