mfi_rotm Interface

public interface mfi_rotm

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


Module Procedures

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

Modern interface for srotm. 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 drotm. 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