1lis_array_nrmi(3f) Lis Library Functions lis_array_nrmi(3f)
2
3
4
6 lis_array_nrmi - calculate the infinity norm of the vector
7
8
10 subroutine lis_array_nrmi(LIS_INTEGER n, LIS_SCALAR x(), LIS_SCALAR
11 *value, LIS_INTEGER ierr);
12
13
15 Calculate the infinity norm of vector x.
16
17
19 n The size of the vector
20
21
22 x The array that stores the vector
23
24
26 value The infinity norm of the vector
27
28
30 lis(3)
31
32 http://www.ssisc.org/lis/
33
34
35
36
37Man Page 3 Dec 2014 lis_array_nrmi(3f)