def_apply_givens_rotation Subroutine

public subroutine def_apply_givens_rotation(H, cs, sn, k)

Apply givens rotation of DEF_fullgmres

Arguments

Type IntentOptional Attributes Name
complex(kind=realdp), intent(inout), dimension(def_mg_miter+1,def_mg_miter) :: H
complex(kind=realdp), intent(inout), dimension(def_mg_miter+1) :: cs
complex(kind=realdp), intent(inout), dimension(def_mg_miter+1) :: sn
integer, intent(in) :: k

Calls

proc~~def_apply_givens_rotation~~CallsGraph proc~def_apply_givens_rotation def_apply_givens_rotation cdsqrt cdsqrt proc~def_apply_givens_rotation->cdsqrt

Called by

proc~~def_apply_givens_rotation~~CalledByGraph proc~def_apply_givens_rotation def_apply_givens_rotation proc~def_fullgmres DEF_fullgmres proc~def_fullgmres->proc~def_apply_givens_rotation proc~invey invEy proc~invey->proc~def_fullgmres proc~qx Qx proc~qx->proc~invey proc~p_adef1x P_ADEF1x proc~p_adef1x->proc~qx proc~p_defx P_DEFx proc~p_defx->proc~qx proc~p_tlkmx P_TLKMx proc~p_tlkmx->proc~qx proc~px Px proc~px->proc~qx proc~def_px DEF_Px proc~def_px->proc~p_adef1x proc~def_px->proc~p_defx proc~def_px->proc~p_tlkmx proc~precond_x Precond_x proc~precond_x->proc~def_px proc~full_pgcr full_pgcr proc~full_pgcr->proc~precond_x proc~full_pgmres full_pgmres proc~full_pgmres->proc~precond_x proc~pfgmres pfgmres proc~pfgmres->proc~precond_x proc~pre_fullgmres Pre_fullgmres proc~pre_fullgmres->proc~precond_x proc~prearnoldi Prearnoldi proc~pre_fullgmres->proc~prearnoldi proc~pre_restartgmres Pre_restartgmres proc~pre_restartgmres->proc~precond_x proc~pre_restartgmres->proc~prearnoldi proc~prearnoldi->proc~precond_x program~helmholtz_2d helmholtz_2d program~helmholtz_2d->proc~full_pgcr program~helmholtz_2d->proc~full_pgmres program~helmholtz_2d->proc~pfgmres program~helmholtz_2d->proc~pre_fullgmres program~helmholtz_2d->proc~pre_restartgmres