DTRSLRun Method

Definition

Namespace: DotNumerics.Optimization.LBFGSB
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public void Run(
	double[] T,
	int offset_t,
	int LDT,
	int N,
	ref double[] B,
	int offset_b,
	int JOB,
	ref int INFO
)

Parameters

T  Double
 
offset_t  Int32
 
LDT  Int32
 
N  Int32
 
B  Double
 
offset_b  Int32
 
JOB  Int32
 
INFO  Int32
 

See Also