ASL  0.1.7
Advanced Simulation Library
Functions
testReductionFunction.cc File Reference
#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"
Include dependency graph for testReductionFunction.cc:

Go to the source code of this file.

Functions

bool testSum ()
 
bool testSum1 ()
 
bool testMin ()
 
bool testMax ()
 
bool testProduct ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )
Examples
testReductionFunction.cc.

Definition at line 122 of file testReductionFunction.cc.

◆ testMax()

bool testMax ( )
Examples
testReductionFunction.cc.

Definition at line 87 of file testReductionFunction.cc.

◆ testMin()

bool testMin ( )
Examples
testReductionFunction.cc.

Definition at line 71 of file testReductionFunction.cc.

◆ testProduct()

bool testProduct ( )
Examples
testReductionFunction.cc.

Definition at line 102 of file testReductionFunction.cc.

◆ testSum()

bool testSum ( )
Examples
testReductionFunction.cc.

Definition at line 37 of file testReductionFunction.cc.

◆ testSum1()

bool testSum1 ( )
Examples
testReductionFunction.cc.

Definition at line 53 of file testReductionFunction.cc.