lis_array_axpy - Man Page
calculate the sum of the vectors
Synopsis
#include "lis.h"
LIS_INT lis_array_axpy(LIS_INT n, LIS_SCALAR alpha, LIS_SCALAR x[], LIS_SCALAR y[]);
Description
Calculate the sum of the vectors y = alpha * x + y.
Input
- n
The size of the vectors
- alpha
The scalar value
- x, y
The arrays that store the vectors
Output
- y
alpha * x + y (vector y is overwritten)
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
See Also
Info
3 Dec 2014 Man Page Lis Library Functions