Click or drag to resize

SFUNRun Method


Namespace: DotNumerics.Optimization.TN
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Run(
	int N,
	double[] X,
	int o_x,
	ref double F,
	ref double[] G,
	int o_g
)
Request Example View Source

Parameters

N  Int32
 
X  Double
 
o_x  Int32
 
F  Double
 
G  Double
 
o_g  Int32
 

Implements

ISFUNRun(Int32, Double, Int32, Double, Double, Int32)
See Also