lis_vector_dot(3) - Linux man page

Name

lis_vector_dot - calculate the inner product

Synopsis

#include "lis.h"

LIS_INT lis_vector_dot(LIS_VECTOR x, LIS_VECTOR y, LIS_SCALAR *val);

Description

Calculate the inner product x^T y.

Input

x
The vector
y
The vector

Output

val
The inner product

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/