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