Generic modern interface for ROTM. Supports s, d. See also: srotm, drotm.
Modern interface for srotm. See also: mfi_rotm, f77_rotm.
Type | Intent | Optional | 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 |
Modern interface for drotm. See also: mfi_rotm, f77_rotm.
Type | Intent | Optional | 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 |