zdotc(3f) - [BLAS:COMPLEX16_BLAS_LEVEL1]
Synopsis
Definition
Options
Authors
Further Details
See Also
complex(kind=real64) function zdotc(n,zx,incx,zy,incy)
.. Scalar Arguments .. integer,intent(in) :: incx,incy,n .. .. Array Arguments .. complex(kind=real64),intent(in) :: zx(*),zy(*) ..
ZDOTC forms the dot product of two complex vectors ZDOTC = X^H * Y
N is INTEGER number of elements in input vector(s)
ZX is complex(kind=real64) array, dimension ( 1 + ( N - 1 )*abs( INCX ) )
INCX is INTEGER storage spacing between elements of ZX
ZY is complex(kind=real64) array, dimension ( 1 + ( N - 1 )*abs( INCY ) )
INCY is INTEGER storage spacing between elements of ZY
o Univ. of Tennessee o Univ. of California Berkeley o Univ. of Colorado Denver o NAG Ltd. date:November 2017
jack dongarra, 3/11/78. modified 12/3/93, array(1) declarations changed to array(*)
Online html documentation available at http://www.netlib.org/lapack/explore-html/
Nemo Release 3.1 | zdotc (3) | February 23, 2025 |