mfi_cdotc Function

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

Modern interface for cdotc. See also: mfi_dotc, f77_dotc.

Arguments

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

Return Value complex(kind=REAL32)