8.2.5.1 : The reduction.h file

There is the reduction.h file :
1
2
3
4
5
6
#ifndef __REDUCTION_H__
#define __REDUCTION_H__

float reduction(const float * tabValue, long unsigned int nbElement);

#endif