1lis_vector_nrmi(3f) Lis Library Functions lis_vector_nrmi(3f)
23
4
NAME
6lis_vector_nrmi - calculate the infinity norm of the vector
78
SYNOPSIS
10subroutine lis_vector_nrmi(LIS_VECTOR x, LIS_SCALAR *value, LIS_INTEGER
11ierr);
1213
DESCRIPTION
15Calculate the infinity norm of vector x.
1617
INPUT
19x The vector
2021
OUTPUT
23value The infinity norm of the vector
2425
SEE ALSO
27lis(3)
2829
http://www.ssisc.org/lis/
3031
32
33
34
Man Page 9 Sep 2014 lis_vector_nrmi(3f)