coefpoly_m Module


Used by

  • module~~coefpoly_m~~UsedByGraph module~coefpoly_m coefpoly_m proc~fyhyp fyhyp proc~fyhyp->module~coefpoly_m proc~invert_zoom_x invert_zoom_x proc~invert_zoom_x->module~coefpoly_m

Contents


Subroutines

public subroutine coefpoly(xf1, xf2, xprim1, xprim2, xtild1, xtild2, a0, a1, a2, a3)

Arguments

Type IntentOptional Attributes Name
real(kind=K8), intent(in) :: xf1
real(kind=K8), intent(in) :: xf2
real(kind=K8), intent(in) :: xprim1
real(kind=K8), intent(in) :: xprim2
real(kind=K8), intent(in) :: xtild1
real(kind=K8), intent(in) :: xtild2
real(kind=K8), intent(out) :: a0
real(kind=K8), intent(out) :: a1
real(kind=K8), intent(out) :: a2
real(kind=K8), intent(out) :: a3