#include "Core/Vector/VectorTem.h"
#include "Core/Vector/VectorSet.h"
#include "Core/Vector/AddAssign.h"
Include dependency graph for Sum.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Vector |
Functions | |
template<class ElemT> | |
ElemT | Impala::Core::Vector::Sum (VectorTem< ElemT > v) |
template<class ArrayT> | |
void | Impala::Core::Vector::Sum (typename VectorSet< ArrayT >::VectorT *dst, VectorSet< ArrayT > *src, int startIdx, int stepSize, int nrSteps) |
template<class ArrayT> | |
void | Impala::Core::Vector::Sum (typename VectorSet< ArrayT >::VectorT *dst, VectorSet< ArrayT > *src, int size, bool *filter) |