back_substitute Subroutine

public subroutine back_substitute(H, beta, k)

Apply BACK SUBSTITUTION

Arguments

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

Called by

proc~~back_substitute~~CalledByGraph proc~back_substitute back_substitute proc~full_pgmres full_pgmres proc~full_pgmres->proc~back_substitute proc~fullgmres fullgmres proc~fullgmres->proc~back_substitute proc~pfgmres pfgmres proc~pfgmres->proc~back_substitute proc~pre_fullgmres Pre_fullgmres proc~pre_fullgmres->proc~back_substitute proc~pre_restartgmres Pre_restartgmres proc~pre_restartgmres->proc~back_substitute proc~restartgmres restartgmres proc~restartgmres->proc~back_substitute program~helmholtz_2d helmholtz_2d program~helmholtz_2d->proc~full_pgmres program~helmholtz_2d->proc~fullgmres program~helmholtz_2d->proc~pfgmres program~helmholtz_2d->proc~pre_fullgmres program~helmholtz_2d->proc~pre_restartgmres program~helmholtz_2d->proc~restartgmres