lis_vector_nrm1 - Man Page

calculate the 1-norm of the vector

Synopsis

#include "lis.h"

LIS_INT lis_vector_nrm1(LIS_VECTOR x, LIS_SCALAR *value);

Description

Calculate the 1-norm of vector x.

Input

x

The vector

Output

value

The 1-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/

Info

9 Sep 2014 Man Page Lis Library Functions