Click or drag to resize

DoubleFunctionalGradient(DoubleVector) Method

Calculates the gradient of this functional.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector Gradient(
	DoubleVector x
)

Parameters

x  DoubleVector
The point at which to evaluate the gradient.

Return Value

DoubleVector
The gradient.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the length of x does not match the domain dimension of this functional.
See Also