Generic old style interface for ROTMG. Supports s, d. See also: mfi_rotmg, srotmg, drotmg.
Original interface for SROTMG See also: mfi_rotmg, f77_rotmg.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL32), | intent(inout) | :: | d1 | |||
real(kind=REAL32), | intent(inout) | :: | d2 | |||
real(kind=REAL32), | intent(inout) | :: | x1 | |||
real(kind=REAL32), | intent(in) | :: | y1 | |||
real(kind=REAL32), | intent(out) | :: | param(5) |
Original interface for DROTMG See also: mfi_rotmg, f77_rotmg.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL64), | intent(inout) | :: | d1 | |||
real(kind=REAL64), | intent(inout) | :: | d2 | |||
real(kind=REAL64), | intent(inout) | :: | x1 | |||
real(kind=REAL64), | intent(in) | :: | y1 | |||
real(kind=REAL64), | intent(out) | :: | param(5) |