#include <offload.h>
Go to the source code of this file.
|
const double | A [] |
|
const double const unsigned int | M |
|
const double const unsigned
int const unsigned int | N |
|
const double const unsigned
int const unsigned int const
double | x [] |
|
__attribute__ |
( |
(target(mic)) |
| ) |
|
Performs dense matrix-vector product b := A*x
- Parameters
-
b | resulting vector of dimension N |
A | NxM matrix |
M | #rows |
N | #columns |
x | vector to multiply with |
const double const unsigned int M |
const double const unsigned int const unsigned int N |
const double const unsigned int const unsigned int const double x |