Click or drag to resize

SFUNUpdateInternalGradient(OptBoundVariable, Double, Int32) Method


Namespace: DotNumerics.Optimization.TN
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
private void UpdateInternalGradient(
	OptBoundVariable[] variables,
	double[] G,
	int o_g
)
Request Example View Source

Parameters

variables  OptBoundVariable
 
G  Double
 
o_g  Int32
 
See Also