mfi_blas_rotm Module



Interfaces

public interface mfi_rotm

Generic modern interface for ROTM. Supports s, d. See also: srotm, drotm.

  • public pure subroutine mfi_srotm(x, y, param, incx, incy)

    Modern interface for f77_rotm. See also: mfi_rotm, f77_rotm.

    Arguments

    Type IntentOptional Attributes Name
    real(kind=REAL32), intent(inout) :: x(:)
    real(kind=REAL32), intent(inout) :: y(:)
    real(kind=REAL32), intent(in) :: param(5)
    integer, intent(in), optional :: incx
    integer, intent(in), optional :: incy
  • public pure subroutine mfi_drotm(x, y, param, incx, incy)

    Modern interface for f77_rotm. See also: mfi_rotm, f77_rotm.

    Arguments

    Type IntentOptional Attributes Name
    real(kind=REAL64), intent(inout) :: x(:)
    real(kind=REAL64), intent(inout) :: y(:)
    real(kind=REAL64), intent(in) :: param(5)
    integer, intent(in), optional :: incx
    integer, intent(in), optional :: incy

Subroutines

public pure subroutine mfi_srotm(x, y, param, incx, incy)

Modern interface for f77_rotm. See also: mfi_rotm, f77_rotm.

Arguments

Type IntentOptional Attributes Name
real(kind=REAL32), intent(inout) :: x(:)
real(kind=REAL32), intent(inout) :: y(:)
real(kind=REAL32), intent(in) :: param(5)
integer, intent(in), optional :: incx
integer, intent(in), optional :: incy

public pure subroutine mfi_drotm(x, y, param, incx, incy)

Modern interface for f77_rotm. See also: mfi_rotm, f77_rotm.

Arguments

Type IntentOptional Attributes Name
real(kind=REAL64), intent(inout) :: x(:)
real(kind=REAL64), intent(inout) :: y(:)
real(kind=REAL64), intent(in) :: param(5)
integer, intent(in), optional :: incx
integer, intent(in), optional :: incy