S2FunHarmonic.eval edit page

point-wise evaluation

Description

Evaluates the spherical function \(f\) on a given set of points using a representation based coefficient transform, that transforms a series of spherical harmonics into a bivariate Fourier series and using NFFT at the end.

Syntax

f = eval(sF,v)

Input

sF S2FunHarmonic
v vector3d (evaluation nodes)

Output

f double [numrot x size(sF)]

Options

bandwidth cut bandwidth of the harmonic series in evaluation process

Flags

nfsft use Nonequispace Fast Fourier Transform of the NFFT3 Toolbox (expensive precomputations)
noNFFT do direct evaluation of the harmonic series for every vector3d (Works for very high bandwidth if the nfft runs out of memory, but gets expensive for many vector3ds. Hence number of vector3ds should be less than 100)

See also

S2FunHarmonic.evalNFSFT