lis_vector_axpyz - Man Page
calculate the sum of the vectors
Synopsis
#include "lis.h"
LIS_INT lis_vector_axpyz(LIS_SCALAR alpha, LIS_VECTOR x, LIS_VECTOR y, LIS_VECTOR z);
Description
Calculate the sum of the vectors z = alpha * x + y.
Input
- alpha
The scalar value
- x, y
The vectors
Output
- z
alpha * x + y
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
See Also
Info
28 Aug 2014 Man Page Lis Library Functions