Click or drag to resize

lbfgsblbfgsbbmv Method


Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
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
)
Request Example View Source

Parameters

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