lbfgsblbfgsberrclb Method

Definition

Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
private void lbfgsberrclb(
	int n,
	int m,
	double factr,
	ref double[] l,
	ref double[] u,
	ref int[] nbd,
	ref int task,
	ref int info,
	ref int k
)

Parameters

n  Int32
 
m  Int32
 
factr  Double
 
l  Double
 
u  Double
 
nbd  Int32
 
task  Int32
 
info  Int32
 
k  Int32
 

See Also