lbfgsblbfgsbprojgr Method
Definition
Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
private void lbfgsbprojgr(
int n,
ref double[] l,
ref double[] u,
ref int[] nbd,
ref double[] x,
ref double[] g,
ref double sbgnrm
)VB
Private Sub lbfgsbprojgr (
n As Integer,
ByRef l As Double(),
ByRef u As Double(),
ByRef nbd As Integer(),
ByRef x As Double(),
ByRef g As Double(),
ByRef sbgnrm As Double
)