1lis_array_nrm1(3f) Lis Library Functions lis_array_nrm1(3f)
23
4
NAME
6lis_array_nrm1 - calculate the 1-norm of the vector
78
SYNOPSIS
10subroutine lis_array_nrm1(LIS_INTEGER n, LIS_SCALAR x(), LIS_SCALAR
11*value, LIS_INTEGER ierr);
1213
DESCRIPTION
15Calculate the 1-norm of vector x.
1617
INPUT
19n The size of the vector
2021
22
x The array that stores the vector
2324
OUTPUT
26value The 1-norm of the vector
2728
SEE ALSO
30lis(3)
3132
http://www.ssisc.org/lis/
3334
35
36
37
Man Page 3 Dec 2014 lis_array_nrm1(3f)