- Timestamp:
- Oct 28, 2014, 8:46:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/libohana/include/ohana.h
r37386 r37533 435 435 */ 436 436 437 # endif 437 438 /** gsl-based functions for legendre and related polynomials **/ 439 440 double ohana_gsl_sf_log_1plusx (double x, double *err); 441 double ohana_gsl_sf_lnpoch(const double a, const double x, double *err); 442 double ohana_gsl_lnpoch_pos (const double a, const double x, double *err); 443 double ohana_gsl_pochrel_smallx(const double a, const double x, double *err); 444 445 double legendre_Pl (int l, double x, double *err); 446 double legendre_Plm (int l, int m, double x, double *err); 447 double legendre_Plm_sphere(int l, int m, double x, double *err); 448 449 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
