1lis_array_dot(3)             Lis Library Functions            lis_array_dot(3)
2
3
4

NAME

6       lis_array_dot - calculate the Hermitian inner product of the vectors
7
8

SYNOPSIS

10       #include "lis.h"
11
12       LIS_INT   lis_array_dot(LIS_INT  n,  LIS_SCALAR  x[],  LIS_SCALAR  y[],
13       LIS_SCALAR *value);
14
15

DESCRIPTION

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

INPUT

21       n      The size of the vectors
22
23
24       x, y   The arrays that store the vectors
25
26

OUTPUT

28       value  The Hermitian inner product
29
30

EXIT STATUS

32       The following exit values are returned:
33
34       0      The process is normally terminated
35
36       unspecified
37              An error occurred
38
39

SEE ALSO

41       lis(3)
42
43       http://www.ssisc.org/lis/
44
45
46
47
48Man Page                          12 Oct 2016                 lis_array_dot(3)
Impressum