AFF --- A container for numbers (array) by Friederich and Forbriger.
aff::util::Inline2< T1, T2, I > Class Template Reference

Recursive functions to inline raw array operations. More...

#include <rawarfun.h>

Static Public Member Functions

static void copy (const T1 *source, T2 *target)
 copy all values from source to target More...
 
static void set (T1 *array, const T2 &value)
 set all elements to value More...
 
static bool anysmaller (const T1 *A, const T2 *B)
 true if ony of A is smaller than corresponding B More...
 
static bool anylarger (const T1 *A, const T2 *B)
 true if ony of A is larger than corresponding B More...
 
static T1 innerproduct (const T1 *A, const T2 *B)
 calculate inner product More...
 
static T1 strideproduct (const T1 *A, const T2 *B)
 calculate stride product More...
 

Detailed Description

template<typename T1, typename T2, int I>
class aff::util::Inline2< T1, T2, I >

Recursive functions to inline raw array operations.

Definition at line 160 of file rawarfun.h.


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