lis_vector_dot - Man Page

calculate the Hermitian inner product of the vectors

Synopsis

#include "lis.h"

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

Description

Calculate the Hermitian inner product x^H y of vectors x and y.

Input

x

The vector

y

The vector

Output

value

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/

Info

10 Oct 2016 Man Page Lis Library Functions