lbfgsblbfgsbbmv Method

Definition

Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
private void lbfgsbbmv(
	int m,
	ref double[,] sy,
	ref double[,] wt,
	int col,
	ref double[] v,
	ref double[] p,
	ref int info,
	ref double[] workvec
)

Parameters

m  Int32
 
sy  Double
 
wt  Double
 
col  Int32
 
v  Double
 
p  Double
 
info  Int32
 
workvec  Double
 

See Also