FlowsheetSolverFunctionGradientSync Method

Gradient function called by the simultaneous adjust solver. Retrieves the gradient of the error function value for each adjust object.

Definition

Namespace: DWSIM.FlowsheetSolver
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 10.0.0.0
private static double[,] FunctionGradientSync(
	Object fobj,
	double[] x
)

Parameters

fobj  Object
Flowsheet where the object belongs to.
x  Double

Return Value

Double

See Also