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
12
void
hadamard_product
(
float
* __restrict__ ptabResult,
const
float
* __restrict__ ptabX,
const
float
* __restrict__ ptabY,
long
unsigned
int
nbElement);
13
14
15
#endif
hadamard_product
void hadamard_product(float *__restrict__ ptabResult, const float *__restrict__ ptabX, const float *__restrict__ ptabY, long unsigned int nbElement)
Do the Hadamard product.
Definition
hadamard_product.cpp:17
doc
platex
Examples
MinimalExample
src
hadamard_product.h
Generated by
1.13.2