spherical_bessel_table.m File Reference

Functions

function spherical_bessel_table (in simulation)
 Generate tabulated data of the spherical Hankel function. More...
 

Function Documentation

◆ spherical_bessel_table()

function spherical_bessel_table ( in  simulation)

Generate tabulated data of the spherical Hankel function.

Parameters
simulation(celes_simulation)
Return values
h3_table(gpuArray): h3_table.real(i,j) contains the real part of the spherical Hankel function of first kind of order i-1, evaluated at simulation.input.k_medium * simulation.lookupParticleDistances, h3_table.imag(i,j) accordingly.