f77_blas_rotmg Module



Interfaces

public interface f77_rotmg

Generic old style interface for ROTMG. Supports s, d. See also: mfi_rotmg, srotmg, drotmg.

  • public pure subroutine srotmg(d1, d2, x1, y1, param)

    Original interface for SROTMG See also: mfi_rotmg, rotmg.

    Arguments

    Type IntentOptional 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)
  • public pure subroutine drotmg(d1, d2, x1, y1, param)

    Original interface for DROTMG See also: mfi_rotmg, rotmg.

    Arguments

    Type IntentOptional 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)