FlowsheetSolverFunctionGradientSync Method |
Gradient function called by the simultaneous adjust solver. Retrieves the gradient of the error function value for each adjust object.
Namespace: DWSIM.FlowsheetSolverAssembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 8.8.1.0
Syntax private static double[,] FunctionGradientSync(
Object fobj,
double[] x
)
Private Shared Function FunctionGradientSync (
fobj As Object,
x As Double()
) As Double(,)
Request Example
View SourceParameters
- fobj Object
- Flowsheet where the object belongs to.
- x Double
Return Value
DoubleSee Also