Generic old style interface for ROTM. Supports s, d. See also: mfi_rotm, srotm, drotm.
Original interface for SROTM See also: mfi_rotm, f77_rotm.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
real(kind=REAL32), | intent(inout) | :: | x(*) | |||
integer, | intent(in) | :: | incx | |||
real(kind=REAL32), | intent(inout) | :: | y(*) | |||
integer, | intent(in) | :: | incy | |||
real(kind=REAL32), | intent(in) | :: | param(5) |
Original interface for DROTM See also: mfi_rotm, f77_rotm.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
real(kind=REAL64), | intent(inout) | :: | x(*) | |||
integer, | intent(in) | :: | incx | |||
real(kind=REAL64), | intent(inout) | :: | y(*) | |||
integer, | intent(in) | :: | incy | |||
real(kind=REAL64), | intent(in) | :: | param(5) |