1lis_vector_nrm2(3) Lis Library Functions lis_vector_nrm2(3)
2
3
4
6 lis_vector_nrm2 - calculate the 2-norm of the vector
7
8
10 #include "lis.h"
11
12 LIS_INT lis_vector_nrm2(LIS_VECTOR x, LIS_REAL *value);
13
14
16 Calculate the 2-norm of vector x.
17
18
20 x The vector
21
22
24 value The 2-norm of the vector
25
26
28 The following exit values are returned:
29
30 0 The process is normally terminated
31
32 unspecified
33 An error occurred
34
35
37 lis(3)
38
39 http://www.ssisc.org/lis/
40
41
42
43
44Man Page 10 Oct 2016 lis_vector_nrm2(3)