ALG511 Subroutine

public subroutine ALG511(PEPS, KSIZE, PX, PV, PBETA)

Arguments

Type IntentOptional Attributes Name
real(kind=JPRD), intent(in) :: PEPS
integer(kind=JPIM), intent(in) :: KSIZE
real(kind=JPRD), intent(in) :: PX(:)
real(kind=JPRD), intent(out) :: PV(:)
real(kind=JPRD), intent(out) :: PBETA

Called by

proc~~alg511~~CalledByGraph proc~alg511 ALG511 proc~alg541 ALG541 proc~alg541->proc~alg511 proc~compute_id COMPUTE_ID proc~compute_id->proc~alg541 proc~construct_butterfly CONSTRUCT_BUTTERFLY proc~construct_butterfly->proc~compute_id proc~suleg~2 SULEG proc~suleg~2->proc~construct_butterfly