IMSL C# Numerical Library

RadialBasis.IFunction Interface

Public interface for the user supplied function to the RadialBasis object.

For a list of all members of this type, see RadialBasis.IFunction Members.

public interface RadialBasis.IFunction

Types that implement RadialBasis.IFunction

Type Description
RadialBasis.Gaussian The Gaussian basis function, e^{-ax^2}.
RadialBasis.HardyMultiquadric The Hardy multiquadric basis function, \sqrt{r^2+\delta^2}.

Requirements

Namespace: Imsl.Math

Assembly: ImslCS (in ImslCS.dll)

See Also

RadialBasis.IFunction Members | Imsl.Math Namespace