Go to the source code of this file.
|
double | scalar (const unsigned int N, const double x[], const double y[]) |
|
double | norm (const unsigned int N, const double x[]) |
|
double norm |
( |
const unsigned int |
N, |
|
|
const double |
x[] |
|
) |
| |
Euclidian norm
- Parameters
-
[in] | N | number of vector elements |
[in] | x | vector |
- Returns
- resulting Euclidian norm <x,y>
double scalar |
( |
const unsigned int |
N, |
|
|
const double |
x[], |
|
|
const double |
y[] |
|
) |
| |
Scalar product
- Parameters
-
[in] | N | number of vector elements |
[in] | x | vector |
[in] | y | vector |
- Returns
- resulting Euclidian inner product <x,y>