Click or drag to resize

lbfgsblbfgsberrclb Method


Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
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
)
Request Example View Source

Parameters

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