lbfgsblbfgsbdtrsl Method

Definition

Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
private void lbfgsbdtrsl(
	ref double[,] t,
	int n,
	ref double[] b,
	int job,
	ref int info
)

Parameters

t  Double
 
n  Int32
 
b  Double
 
job  Int32
 
info  Int32
 

See Also