STK++ 0.9.13
|
Visitor computing the sum of all the coefficients of the Array. More...
#include <STK_Visitors.h>
Public Types | |
typedef Type_ | Type |
typedef RemoveConst< Type >::Type const & | TypeConst |
Public Member Functions | |
SumVisitor () | |
void | operator() (Type const &value, int i, int j) |
void | operator() (Type const &value, int i) |
TypeConst | result () const |
Public Attributes | |
Type | res_ |
Visitor computing the sum of all the coefficients of the Array.
Definition at line 223 of file STK_Visitors.h.
typedef Type_ STK::hidden::SumVisitor< Type_ >::Type |
Definition at line 225 of file STK_Visitors.h.
typedef RemoveConst<Type>::Type const& STK::hidden::SumVisitor< Type_ >::TypeConst |
Definition at line 226 of file STK_Visitors.h.
|
inline |
Definition at line 229 of file STK_Visitors.h.
|
inline |
Definition at line 232 of file STK_Visitors.h.
References STK::hidden::SumVisitor< Type_ >::res_.
|
inline |
Definition at line 230 of file STK_Visitors.h.
References STK::hidden::SumVisitor< Type_ >::res_.
|
inline |
Type STK::hidden::SumVisitor< Type_ >::res_ |
Definition at line 228 of file STK_Visitors.h.
Referenced by STK::hidden::SumVisitor< Type_ >::operator()(), STK::hidden::SumVisitor< Type_ >::operator()(), and STK::hidden::SumVisitor< Type_ >::result().