Documentation

HermiteGF.jl Documentation

Stable evaluation of Gaussian radial basis functions using Hermite polynomials

Types

Chebyshev( xmin, xmax, nx )

Chebyshev nodes

source
Hermite( nodes::NodesType, epsilon:Real, gamma:Real )

Hermite interpolation

source
HermiteGF.HermiteMethod.
Hermite( xe )

This function returns the matrix He of the values of the HermiteGF basis functions. The computation is done via three term recurrence for Hermite functions with an argument gamma*x and then appropriate exponential scaling.

More details can be found in Section 5.1 of the paper

STABLE EVALUATION OF GAUSSIAN RADIAL BASIS FUNCTIONS USING HERMITE POLYNOMIALS by Anna Yurova and Katharina Kormann.

source
Radial( nodes::NodesType, epsilon, gamma )

Radial interpolation

source
HermiteGF.RadialMethod.
Radial( xe )

returns evaluated function

source
Uniform( xmin, xmax, nx )

Uniform nodes

source

Interpolation type (Hermite or Radial)

source

Node positions (Uniform or Chebyshev)

source