lis_array_pdiv 3f "3 Dec 2014" "Man Page" "Lis Library Functions"
NAME
lis_array_pdiv - divide each element of a vector by the corresponding of another
SYNOPSIS
subroutine lis_array_pdiv(LIS_INTEGER n, LIS_SCALAR x(), LIS_SCALAR y(), LIS_SCALAR z(), LIS_INTEGER ierr);
DESCRIPTION
Divide each element of vector x by the corresponding element of vector y.
INPUT
"n"
The size of the vectors
"x, y"
The arrays that store the vectors
OUTPUT
"z"
The array that stores the divided elements of x
SEE ALSO
lis (3)

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