Function
NumCosmoMathSpectralchebyshev_eval_x
Declaration [src]
gdouble
ncm_spectral_chebyshev_eval_x (
GArray* a,
gdouble a_v,
gdouble b,
gdouble x
)
Description [src]
Evaluates a Chebyshev expansion at a point x in [a_v, b]. This function converts x to t using $t = (2x - (a_v+b))/(b-a_v)$ and then calls ncm_spectral_chebyshev_eval().