|
NAMElis_vector_axpyz - calculate the sum of the vectorsSYNOPSIS#include "lis.h"LIS_INT lis_vector_axpyz(LIS_SCALAR alpha, LIS_VECTOR x, LIS_VECTOR y, LIS_VECTOR z); DESCRIPTIONCalculate the sum of the vectors z = alpha * x + y.INPUT
OUTPUT
EXIT STATUSThe following exit values are returned:
SEE ALSOlis(3)http://www.ssisc.org/lis/
Visit the GSP FreeBSD Man Page Interface. |