lis_vector_pmul - Man Page

multiply each element of a vector by the corresponding element of another

Synopsis

#include "lis.h"

LIS_INT lis_vector_pmul(LIS_VECTOR x, LIS_VECTOR y, LIS_VECTOR z);

Description

Multiply each element of vector x by the corresponding element of vector y.

Input

x, y

The vectors

Output

z

The vector that stores the multiplied elements of x

Exit Status

The following exit values are returned:

0

The process is normally terminated

unspecified

An error occurred

See Also

lis(3)

http://www.ssisc.org/lis/

Info

28 Aug 2014 Man Page Lis Library Functions