![]() |
|
PhoenixHPCProxy
1.0.0
Lightweight HPC proxy
|
#include "hadamard_product.h"
Include dependency graph for hadamard_product.cpp: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.