Function
NumCosmoMathSpectralF
Description [src]
Function to be used in spectral computations. The function is defined over
an interval [a, b] and receives x in that interval. Internally, Chebyshev
polynomials work with the transformed variable $t \in [-1, 1]$ where
$t = (2x - (a + b))/(b - a)$ and $x = ((b - a)t + (a + b))/2$.