lbfgsblbfgsbprojgr Method |
Namespace: DWSIM.MathOps.MathEx.LBFGSBAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax private void lbfgsbprojgr(
int n,
ref double[] l,
ref double[] u,
ref int[] nbd,
ref double[] x,
ref double[] g,
ref double sbgnrm
)
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
)
Request Example
View SourceParameters
- n Int32
-
- l Double
-
- u Double
-
- nbd Int32
-
- x Double
-
- g Double
-
- sbgnrm Double
-
See Also