lis_vector_nrm2(3) - Linux man page
Name
lis_vector_nrm2 - calculate the 2-norm of the vector
Synopsis
#include "lis.h"
LIS_INT lis_vector_nrm2(LIS_VECTOR x, LIS_SCALAR *val);
Description
Calculate the 2-norm of vector x.
Input
- x
- The vector
Output
- val
- The 2-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)