| Previous The main_barycentre_vectorize.cpp  | 
			Parent The vectorization of barycentre  | 
			Outline | Next The barycentre_vectorizeSplit.cpp  | 
			
				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  | 
		
| Previous The main_barycentre_vectorize.cpp  | 
			Parent The vectorization of barycentre  | 
			Outline | Next The barycentre_vectorizeSplit.cpp  |