lbfgsblbfgsbactive 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 lbfgsbactive(
int n,
ref double[] l,
ref double[] u,
ref int[] nbd,
ref double[] x,
ref int[] iwhere,
ref bool prjctd,
ref bool cnstnd,
ref bool boxed
)VB
Private Sub lbfgsbactive (
n As Integer,
ByRef l As Double(),
ByRef u As Double(),
ByRef nbd As Integer(),
ByRef x As Double(),
ByRef iwhere As Integer(),
ByRef prjctd As Boolean,
ByRef cnstnd As Boolean,
ByRef boxed As Boolean
)