9.3.4 : The barycentre_vectorizeSplit.h

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


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



#endif