lis_vector_nrmi(3) - Linux man page

Name

lis_vector_nrmi - calculate the infinity norm of the vector

Synopsis

#include "lis.h"

LIS_INT lis_vector_nrmi(LIS_VECTOR x, LIS_SCALAR *val);

Description

Calculate the infinity norm of vector x.

Input

x
The vector

Output

val
The infinity norm of the vector

Exit Status

The following exit values are returned:

0
The process is normally terminated
unspecified
An

error occurred

See Also

lis(3)

http://www.ssisc.org/lis/