AFF --- A container for numbers (array) by Friederich and Forbriger.
|
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... | |
Recursive functions to inline raw array operations.
Definition at line 160 of file rawarfun.h.