RBFSmoothingInterpolation2DEvaluateGradient Method |
Evaluates the gradient of the fitted smoother at the provided point.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic (double dx, double dy) EvaluateGradient(
double x,
double y
)
Parameters
- x Double
- The x-coordinate.
- y Double
- The y-coordinate.
Return Value
ValueTupleDouble,
Double
A tuple
(dx, dy) containing the partial derivatives
∂f/∂x and
∂f/∂y.
See Also