| GNU Scientific Library Reference Manual - Third Edition (v1.12) by M. Galassi, J. Davies, J. Theiler, B. Gough, G. Jungman, P. Alken, M. Booth, F. Rossi Paperback (6"x9"), 592 pages, 60 figures ISBN 0954612078 RRP £24.95 ($39.95) |
7.26.3 Angular Mathieu Functions
- Function: int gsl_sf_mathieu_ce (int n, double q, double x, gsl_sf_result *result)
- Function: int gsl_sf_mathieu_se (int n, double q, double x, gsl_sf_result *result)
- These routines compute the angular Mathieu functions ce_n(q,x) and se_n(q,x), respectively.
- Function: int gsl_sf_mathieu_ce_array (int nmin, int nmax, double q, double x, gsl_sf_mathieu_workspace *work, double result_array[])
- Function: int gsl_sf_mathieu_se_array (int nmin, int nmax, double q, double x, gsl_sf_mathieu_workspace *work, double result_array[])
- These routines compute a series of the angular Mathieu functions ce_n(q,x) and se_n(q,x) of order n from nmin to nmax inclusive, storing the results in the array result_array.
| ISBN 0954612078 | GNU Scientific Library Reference Manual - Third Edition (v1.12) | See the print edition |