HPSOLBRun 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(
	int N,
	ref double[] T,
	int offset_t,
	ref int[] IORDER,
	int offset_iorder,
	int IHEAP
)

Parameters

N  Int32
 
T  Double
 
offset_t  Int32
 
IORDER  Int32
 
offset_iorder  Int32
 
IHEAP  Int32
 

See Also