lis_array_reciprocal - get the reciprocal values of the elements
of the vector
#include "lis.h"
LIS_INT lis_array_reciprocal(LIS_INT n,
LIS_SCALAR x[]);
Get the reciprocal values of the elements of vector x.
- n
- The size of the vector
- x
- The array that stores the vector
- x
- The array that stores the reciprocal values
The following exit values are returned:
- 0
- The process is normally terminated
- unspecified
- An error occurred
lis(3)
http://www.ssisc.org/lis/