|
NAMElis_vector_pmul - multiply each element of a vector by the corresponding element of anotherSYNOPSIS#include "lis.h"LIS_INT lis_vector_pmul(LIS_VECTOR x, LIS_VECTOR y, LIS_VECTOR z); DESCRIPTIONMultiply each element of vector x by the corresponding element of vector 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. |