1lis_vector_dot(3f)           Lis Library Functions          lis_vector_dot(3f)
2
3
4

NAME

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

SYNOPSIS

10       subroutine   lis_vector_dot(LIS_VECTOR   x,  LIS_VECTOR  y,  LIS_SCALAR
11       *value, LIS_INTEGER ierr);
12
13

DESCRIPTION

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

INPUT

19       x      The vector
20
21
22       y      The vector
23
24

OUTPUT

26       value  The inner product
27
28

SEE ALSO

30       lis(3)
31
32       http://www.ssisc.org/lis/
33
34
35
36
37Man Page                          10 Oct 2016               lis_vector_dot(3f)
Impressum