Skip to main content

JacobiNormSQRRatio

This function returns the ratio of Square norm of Jacobi polynomial n+1/n

Interface

INTERFACE
MODULE PURE FUNCTION UltrasphericalNormSQRRatio(n, lambda) RESULT(ans)
INTEGER(I4B), INTENT(IN) :: n
!! order of polynomial
REAL(DFP), INTENT(IN) :: lambda
!! lambda should be greater than -0.5
REAL(DFP) :: ans
END FUNCTION UltrasphericalNormSQRRatio
END INTERFACE