mfi_zdotu Function

public pure function mfi_zdotu(x, y, incx, incy)

Modern interface for zdotu. See also: mfi_dotu, f77_dotu.

Arguments

Type IntentOptional Attributes Name
complex(kind=REAL64), intent(in) :: x(:)
complex(kind=REAL64), intent(in) :: y(:)
integer, intent(in), optional :: incx
integer, intent(in), optional :: incy

Return Value complex(kind=REAL64)