Go to the source code of this file.
◆ vec_copy()
| void vec_copy |
( |
double * |
y, |
|
|
double const * |
x, |
|
|
int |
n |
|
) |
| |
Copy vector.
- Parameters
-
| y | Pointer to output vector. |
| x | Pointer to inout vector. |
| n | Length of vectors. |
◆ vec_fill()
| void vec_fill |
( |
double * |
y, |
|
|
double |
x, |
|
|
int |
n |
|
) |
| |
Fill vector.
- Parameters
-
| y | Pointer to output vector. |
| x | Fill value. |
| n | Length of vector. |