aimstil  5.0.5
til::policy::Accumulate< T, TAccumulation > Class Template Reference

Default storage policy for StoreFunctor. More...

#include <cathier/SparseVector.h>

Inheritance diagram for til::policy::Accumulate< T, TAccumulation >:
Collaboration diagram for til::policy::Accumulate< T, TAccumulation >:

Public Types

typedef Accumulate< T, TAccumulation > Self
 

Public Member Functions

template<typename X >
void operator() (TAccumulation &storage, T value, X) const
 
template<typename X >
void operator() (TAccumulation &storage, T value, X, X) const
 
template<typename X >
void operator() (TAccumulation &storage, T value, X, X, X) const
 

Detailed Description

template<typename T, typename TAccumulation>
class til::policy::Accumulate< T, TAccumulation >

Default storage policy for StoreFunctor.

The default here is assignment. Works with numerical types StoreFunctor storage policy : accumulation.

Definition at line 63 of file SparseVector.h.

Member Typedef Documentation

◆ Self

template<typename T , typename TAccumulation >
typedef Accumulate<T, TAccumulation> til::policy::Accumulate< T, TAccumulation >::Self

Definition at line 66 of file SparseVector.h.

Member Function Documentation

◆ operator()() [1/3]

template<typename T , typename TAccumulation >
template<typename X >
void til::policy::Accumulate< T, TAccumulation >::operator() ( TAccumulation &  storage,
value,
 
) const
inline

Definition at line 71 of file SparseVector.h.

◆ operator()() [2/3]

template<typename T , typename TAccumulation >
template<typename X >
void til::policy::Accumulate< T, TAccumulation >::operator() ( TAccumulation &  storage,
value,
,
 
) const
inline

Definition at line 73 of file SparseVector.h.

◆ operator()() [3/3]

template<typename T , typename TAccumulation >
template<typename X >
void til::policy::Accumulate< T, TAccumulation >::operator() ( TAccumulation &  storage,
value,
,
,
 
) const
inline

Definition at line 75 of file SparseVector.h.


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