RbfOptions.WithKernel Method

Creates a copy of this RbfOptions with a different kernel.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
C#
public RbfOptions WithKernel(
	RadialBasisFunction kernel
)

Parameters

kernel  RadialBasisFunction
The new kernel to use.

Return Value

RbfOptions
A new RbfOptions instance with the specified kernel.

Exceptions

ArgumentNullExceptionkernel is null.

See Also