lis_vector_dot.3f - Man Page

calculate the Hermitian inner product of the vectors

Synopsis

subroutine lis_vector_dot(LIS_VECTOR x, LIS_VECTOR y, LIS_SCALAR *value, LIS_INTEGER ierr);

Description

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

Input

x

The vector

y

The vector

Output

value

The inner product

See Also

lis(3)

http://www.ssisc.org/lis/

Info

10 Oct 2016 Man Page Lis Library Functions