lbfgslbfgslincomb Method

Definition

Namespace: DWSIM.MathOps.MathEx.LBFGS
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
private void lbfgslincomb(
	int n,
	double da,
	ref double[] dx,
	int sx,
	ref double[] dy,
	int sy
)

Parameters

n  Int32
 
da  Double
 
dx  Double
 
sx  Int32
 
dy  Double
 
sy  Int32
 

See Also