Previous Solving the performance problem |
Parent Solving the performance problem |
Outline | Next The reduction.cpp file |
1 2 3 4 5 6 |
#ifndef __REDUCTION_H__ #define __REDUCTION_H__ float reduction(const float * tabValue, long unsigned int nbElement); #endif |
Previous Solving the performance problem |
Parent Solving the performance problem |
Outline | Next The reduction.cpp file |