lis_vector_nrm1(3) - Linux man page
Name
lis_vector_nrm1 - calculate the 1-norm of the vector x
Synopsis
#include "lis.h"
LIS_INT lis_vector_nrm1(LIS_VECTOR x, LIS_SCALAR *val);
Description
Calculate the 1-norm of vector x.
Input
- x
- The vector
Output
- val
- The 1-norm
of the vector
Exit Status
The following exit values are returned:
- 0
- The process is normally terminated
- unspecified
- An error occurred
See Also
lis(3)