mfi_dotc Interface

public interface mfi_dotc

Generic modern interface for DOTC. Supports c, z. See also: cdotc, zdotc.


Module Procedures

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)

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

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

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)