lis_array_axpy.3f - Man Page
calculate the sum of the vectors
Synopsis
subroutine lis_array_axpy(LIS_INTEGER n, LIS_SCALAR alpha, LIS_SCALAR x(), LIS_SCALAR y(), LIS_INTEGER ierr);
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 stores the vectors
Output
- y
alpha * x + y (vector y is overwritten)
See Also
Info
3 Dec 2014 Man Page Lis Library Functions