shards  Version of the Day
 All Classes Functions Variables Typedefs Enumerations Enumerator Groups
shards::Sum< n, i > Struct Template Reference

Sum into an array. More...

#include <Shards_SimpleArrayOps.hpp>

Public Types

enum  {
  N = n,
  I = i
}
 

Public Member Functions

template<typename T >
 Sum (T *const dst, const T *const src)
 dst[0..N-1] += src[0..N-1]
 
template<typename T >
 Sum (T *const dst, const T a, const T *const src)
 dst[0..N-1] += a * src[0..N-1]
 

Detailed Description

template<unsigned n, unsigned i = 0>
struct shards::Sum< n, i >

Sum into an array.

Template Parameters
nNumber of members to sum.

Definition at line 85 of file Shards_SimpleArrayOps.hpp.


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