Click or drag to resize

lbfgsblbfgsbdtrsl Method


Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
private void lbfgsbdtrsl(
	ref double[,] t,
	int n,
	ref double[] b,
	int job,
	ref int info
)
Request Example View Source

Parameters

t  Double
 
n  Int32
 
b  Double
 
job  Int32
 
info  Int32
 
See Also