1lis_array_dot(3f) Lis Library Functions lis_array_dot(3f)
2
3
4
6 lis_array_dot - calculate the Hermitian inner product of the vectors
7
8
10 subroutine lis_array_dot(LIS_INTEGER n, LIS_SCALAR x(), LIS_SCALAR y(),
11 LIS_SCALAR *value, LIS_INTEGER ierr);
12
13
15 Calculate the Hermitian inner product y^H x of vectors x and y.
16
17
19 n The size of the vectors
20
21
22 x, y The arrays that store the vectors
23
24
26 value The Hermitian inner product
27
28
30 lis(3)
31
32 http://www.ssisc.org/lis/
33
34
35
36
37Man Page 12 Oct 2016 lis_array_dot(3f)