1lis_vector_dot(3) Lis Library Functions lis_vector_dot(3)
2
3
4
6 lis_vector_dot - calculate the Hermitian inner product of the vectors
7
8
10 #include "lis.h"
11
12 LIS_INT lis_vector_dot(LIS_VECTOR x, LIS_VECTOR y, LIS_SCALAR *value);
13
14
16 Calculate the Hermitian inner product x^H y of vectors x and y.
17
18
20 x The vector
21
22
23 y The vector
24
25
27 value The inner product
28
29
31 The following exit values are returned:
32
33 0 The process is normally terminated
34
35 unspecified
36 An error occurred
37
38
40 lis(3)
41
42 http://www.ssisc.org/lis/
43
44
45
46
47Man Page 10 Oct 2016 lis_vector_dot(3)