Click or drag to resize

lbfgsblbfgsbfreev Method


Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
private void lbfgsbfreev(
	int n,
	ref int nfree,
	ref int[] index,
	ref int nenter,
	ref int ileave,
	ref int[] indx2,
	ref int[] iwhere,
	ref bool wrk,
	bool updatd,
	bool cnstnd,
	int iter
)
Request Example View Source

Parameters

n  Int32
 
nfree  Int32
 
index  Int32
 
nenter  Int32
 
ileave  Int32
 
indx2  Int32
 
iwhere  Int32
 
wrk  Boolean
 
updatd  Boolean
 
cnstnd  Boolean
 
iter  Int32
 
See Also