mfi_drotm Subroutine

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