lis_array_dot.3f - Man Page
calculate the Hermitian inner product of the vectors
Synopsis
subroutine lis_array_dot(LIS_INTEGER n, LIS_SCALAR x(), LIS_SCALAR y(), LIS_SCALAR *value, LIS_INTEGER ierr);
Description
Calculate the Hermitian inner product y^H x of vectors x and y.
Input
- n
The size of the vectors
- x, y
The arrays that store the vectors
Output
- value
The Hermitian inner product
See Also
Info
12 Oct 2016 Man Page Lis Library Functions