mfi_blas_dotu Module



Interfaces

public interface mfi_dotu

Generic modern interface for DOTU. Supports c, z. See also: cdotu, zdotu.

  • public pure function mfi_cdotu(x, y, incx, incy)

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

    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_zdotu(x, y, incx, incy)

    Modern interface for f77_dotu. 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)


Functions

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

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

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_zdotu(x, y, incx, incy)

Modern interface for f77_dotu. 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)