Rbf Options.With Kernel 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#
A new RbfOptions instance with the specified kernel.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
public RbfOptions WithKernel(
RadialBasisFunction kernel
)Parameters
- kernel RadialBasisFunction
- The new kernel to use.
Return Value
RbfOptionsA new RbfOptions instance with the specified kernel.
Exceptions
| Argument | kernel is null. |