NumLibGradientT Method

Gradient

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.9.9435.16862
C#
public static T[] Gradient<T>(
	T[] f,
	double[] x
)
where T : new(), Object, INumber<T>

Parameters

f  T
Vector F
x  Double
Spacing between points X

Type Parameters

T
Number Type

Return Value

T
Numercial Gradients G

See Also