lis_vector_abs - Man Page
get the absolute values of the elements of the vector
Synopsis
#include "lis.h"
LIS_INT lis_vector_abs(LIS_VECTOR x);
Description
Get the absolute values of the elements of vector x.
Input
- x
The vector
Output
- x
The vector that stores the absolute values
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
See Also
Info
28 Aug 2014 Man Page Lis Library Functions