NumLibT, DGradient Method

Gradient

Definition

Namespace: Metas.UncLib.Core.Ndims
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.9.9449.24016
C#
public static T Gradient(
	T f,
	double[] x
)

Parameters

f  T
Vector F
x  Double
Spacing between points X

Return Value

T
Numercial Gradients G

See Also