Click or drag to resize

DSCALRun Method


Namespace: DotNumerics.Optimization.LBFGSB
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 DA,
	ref double[] DX,
	int offset_dx,
	int INCX
)
Request Example View Source

Parameters

N  Int32
 
DA  Double
 
DX  Double
 
offset_dx  Int32
 
INCX  Int32
 
See Also