ASL
0.1.7
Advanced Simulation Library
|
#include "acl/Kernels/aclKernel.h"
#include "acl/aclUtilities.h"
#include "acl/aclMath/aclReductionAlgGenerator.h"
#include "acl/aclGenerators.h"
#include "aslUtilities.h"
#include "acl/aclMath/aclVectorOfElements.h"
Go to the source code of this file.
Functions | |
bool | testSum () |
bool | testSum1 () |
bool | testMin () |
bool | testMax () |
bool | testProduct () |
int | main () |
int main | ( | ) |
Definition at line 122 of file testReductionFunction.cc.
bool testMax | ( | ) |
Definition at line 87 of file testReductionFunction.cc.
bool testMin | ( | ) |
Definition at line 71 of file testReductionFunction.cc.
bool testProduct | ( | ) |
Definition at line 102 of file testReductionFunction.cc.
bool testSum | ( | ) |
Definition at line 37 of file testReductionFunction.cc.
bool testSum1 | ( | ) |
Definition at line 53 of file testReductionFunction.cc.