PhoenixHPCProxy  0.8.0
Lightweight HPC proxy
Loading...
Searching...
No Matches
hadamard_product.h
Go to the documentation of this file.
1/***************************************
2 Auteur : Pierre Aubert
3 Mail : pierre.aubert@lapp.in2p3.fr
4 Licence : CeCILL-C
5****************************************/
6
7#ifndef __HADAMARD_PRODUCT_H__
8#define __HADAMARD_PRODUCT_H__
9
10
11
12void hadamard_product(float* __restrict__ ptabResult, const float* __restrict__ ptabX, const float* __restrict__ ptabY, long unsigned int nbElement);
13
14
15#endif
void hadamard_product(float *__restrict__ ptabResult, const float *__restrict__ ptabX, const float *__restrict__ ptabY, long unsigned int nbElement)
Do the Hadamard product.