1lis_vector_dot(3f) Lis Library Functions lis_vector_dot(3f)
23
4
NAME
6lis_vector_dot - calculate the Hermitian inner product of the vectors
78
SYNOPSIS
10subroutine lis_vector_dot(LIS_VECTOR x, LIS_VECTOR y, LIS_SCALAR
11*value, LIS_INTEGER ierr);
1213
DESCRIPTION
15Calculate the Hermitian inner product x^H y of vectors x and y.
1617
INPUT
19x The vector
2021
22
y The vector
2324
OUTPUT
26value The inner product
2728
SEE ALSO
30lis(3)
3132
http://www.ssisc.org/lis/
3334
35
36
37
Man Page 10 Oct 2016 lis_vector_dot(3f)