mfi_srotm Subroutine

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