BFGSBMinimizerFunctionGradientInternal Method |
Namespace: DWSIM.MathOpsAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax private double[] FunctionGradientInternal(
double[] x
)
Private Function FunctionGradientInternal (
x As Double()
) As Double()
Request Example
View SourceParameters
- x Double
-
Return Value
DoubleSee Also