gsl-deprecated {gsl}R Documentation

gsl-deprecated

Description

Deprecated Legendre functions as per the Gnu Scientific Library reference manual section 7.24.

Usage

legendre_Plm_array(...)
legendre_Plm_deriv_array(...)
legendre_sphPlm_array(...)
legendre_sphPlm_deriv_array(...)
legendre_array_size(...)
deprecated_legendre(...)

Arguments

...

(ignored)

Note

As of GSL-2.1, functions

are deprecated. This functionality is now provided in GSL by the gsl_sf_legendre_array suite of functions; in R, use one of:

These are documented under ?Legendre.

Author(s)

Robin K. S. Hankin

References

https://www.gnu.org/software/gsl/

See Also

Legendre


[Package gsl version 2.1-8 Index]