gsl_sf_gegenpoly_n
Signature: (double x(); double [o]y(); double [o]e(); int n; double lambda)
Evaluate Gegenbauer polynomials.
gsl_sf_gegenpoly_n does not process bad values. It will set the bad-value flag of all output ndarrays if
the flag is set for any of the input ndarrays.
gsl_sf_gegenpoly_array
Signature: (double x(); double [o]y(num); int n=>num; double lambda)
Calculate array of Gegenbauer polynomials from 0 to n-1.
gsl_sf_gegenpoly_array does not process bad values. It will set the bad-value flag of all output
ndarrays if the flag is set for any of the input ndarrays.