projects
/
GPU.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Ajout de l'ensemble du workspace.
[GPU.git]
/
WCudaMSE
/
Tuto_CppTest
/
src
/
cpp
/
core
/
standard
/
scalar
/
scalar.h
1
#ifndef SCALAR_H
2
#define SCALAR_H
3
4
double
sum
(
double
x1
,
double
x2
);
5
double
fois
(
double
x1
,
double
x2
);
6
7
#endif
8
9
/*----------------------------------------------------------------------*\
10
|* End *|
11
\*---------------------------------------------------------------------*/
12
13