construct the modified givens transformation matrix H
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp) | :: | dd1 | ||||
| real(kind=wp) | :: | dd2 | ||||
| real(kind=wp) | :: | dx1 | ||||
| real(kind=wp) | :: | dy1 | ||||
| real(kind=wp) | :: | dparam(5) |
subroutine drotmg(d1, d2, x1, y1, dparam) import implicit none real(wp) :: d1, d2, x1, y1 real(wp) :: dparam(5) end subroutine drotmg