Click or drag to resize

lbfgsblbfgsbactive Method


Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
private void lbfgsbactive(
	int n,
	ref double[] l,
	ref double[] u,
	ref int[] nbd,
	ref double[] x,
	ref int[] iwhere,
	ref bool prjctd,
	ref bool cnstnd,
	ref bool boxed
)
Request Example View Source

Parameters

n  Int32
 
l  Double
 
u  Double
 
nbd  Int32
 
x  Double
 
iwhere  Int32
 
prjctd  Boolean
 
cnstnd  Boolean
 
boxed  Boolean
 
See Also