lis_array_dot - Man Page

calculate the Hermitian inner product of the vectors

Synopsis

#include "lis.h"

LIS_INT lis_array_dot(LIS_INT n, LIS_SCALAR x[], LIS_SCALAR y[], LIS_SCALAR *value);

Description

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

Input

n

The size of the vectors

x, y

The arrays that store the vectors

Output

value

The Hermitian 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

12 Oct 2016 Man Page Lis Library Functions