Evaluates the gradient of the constraint function and returns this value.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleVector Gradient(
	DoubleVector x
)
Visual Basic (Declaration)
Public Function Gradient ( _
	x As DoubleVector _
) As DoubleVector
Visual C++
public:
DoubleVector^ Gradient(
	DoubleVector^ x
)

Parameters

x
Type: CenterSpace.NMath.Core..::.DoubleVector
The point at which to evaluate the gradient.

Return Value

Vector containing the value of the gradient evaluated at x.

See Also