Function trv::maths::compute_u_kernel_coeff#

Function Documentation#

void trv::maths::compute_u_kernel_coeff(double mu, double q, double L, int N, double kr_c, std::complex<double> *u)#

Compute the FFTLog transform kernel coefficients \( u \).

Parameters
  • mu[in] Order of the Hankel transform.

  • q[in] FFTLog power-law bias index.

  • L[in] Logarithmic interval.

  • N[in] Sample number.

  • kr_c[in] Pivot value.

  • u[out] Kernel coefficients.