legendre_sphPlm Interface

interface


Called by

interface~~legendre_sphplm~~CalledByGraph interface~legendre_sphplm legendre_sphPlm proc~sf_extract sf_extract proc~sf_extract->interface~legendre_sphplm interface~sf_extract sf_extract interface~sf_extract->proc~sf_extract

public function legendre_sphPlm(l, m, x) bind(c, name='gsl_sf_legendre_sphPlm')

Arguments

Type IntentOptional AttributesName
integer(kind=c_int), value:: l

The l-value of the associated Legendre polynomial.

integer(kind=c_int), value:: m

The m-value of the associated Legendre polynomial.

real(kind=c_double), value:: x

The polar angle argument .

Return Value real(kind=c_double)

Description

Interface to the C-routine gsl_sf_legendre_sphPlm for calculating the associated Legendre polynomials used for spherical harmoonics.