Namespace: DWSIM.MathOps.MathEx.LBFGSBAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax private void lbfgsbdtrsl(
ref double[,] t,
int n,
ref double[] b,
int job,
ref int info
)
Private Sub lbfgsbdtrsl (
ByRef t As Double(,),
n As Integer,
ByRef b As Double(),
job As Integer,
ByRef info As Integer
)
Request Example
View SourceParameters
- t Double
-
- n Int32
-
- b Double
-
- job Int32
-
- info Int32
-
See Also