![]() |
PhoenixHPCProxy
0.8.0
Lightweight HPC proxy
|
Go to the source code of this file.
Functions | |
void | hadamard_product (float *__restrict__ ptabResult, const float *__restrict__ ptabX, const float *__restrict__ ptabY, long unsigned int nbElement) |
Do the Hadamard product. | |
void hadamard_product | ( | float *__restrict__ | ptabResult, |
const float *__restrict__ | ptabX, | ||
const float *__restrict__ | ptabY, | ||
long unsigned int | nbElement ) |
Do the Hadamard product.
[out] | ptabResult | : table of results of tabX*tabY |
ptabX | : input table | |
ptabY | : input table | |
nbElement | : number of elements in the tables |
Definition at line 17 of file hadamard_product.cpp.