9.3.1 : The barycentre_vectorize.h

There is the barycentre_vectorize.h file :
1
2
3
4
5
6
7
8
9
#ifndef __BARYCENTRE_VECTORIZE_H__
#define __BARYCENTRE_VECTORIZE_H__


void barycentre(float & gx, float & gy, const float * __restrict__ ptabX, const float* __restrict__ ptabY, const float* __restrict__ ptabA, long unsigned int nbElement);



#endif