lis_vector_nrm2 - Man Page
calculate the 2-norm of the vector
Synopsis
#include "lis.h"
LIS_INT lis_vector_nrm2(LIS_VECTOR x, LIS_REAL *value);
Description
Calculate the 2-norm of vector x.
Input
- x
The vector
Output
- value
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
Info
10 Oct 2016 Man Page Lis Library Functions