lbfgsblbfgsbcmprlb Method |
Namespace: DWSIM.MathOps.MathEx.LBFGSBAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax private void lbfgsbcmprlb(
int n,
int m,
ref double[] x,
ref double[] g,
ref double[,] ws,
ref double[,] wy,
ref double[,] sy,
ref double[,] wt,
ref double[] z,
ref double[] r,
ref double[] wa,
ref int[] index,
double theta,
int col,
int head,
int nfree,
bool cnstnd,
ref int info,
ref double[] workvec,
ref double[] workvec2
)
Private Sub lbfgsbcmprlb (
n As Integer,
m As Integer,
ByRef x As Double(),
ByRef g As Double(),
ByRef ws As Double(,),
ByRef wy As Double(,),
ByRef sy As Double(,),
ByRef wt As Double(,),
ByRef z As Double(),
ByRef r As Double(),
ByRef wa As Double(),
ByRef index As Integer(),
theta As Double,
col As Integer,
head As Integer,
nfree As Integer,
cnstnd As Boolean,
ByRef info As Integer,
ByRef workvec As Double(),
ByRef workvec2 As Double()
)
Request Example
View SourceParameters
- n Int32
-
- m Int32
-
- x Double
-
- g Double
-
- ws Double
-
- wy Double
-
- sy Double
-
- wt Double
-
- z Double
-
- r Double
-
- wa Double
-
- index Int32
-
- theta Double
-
- col Int32
-
- head Int32
-
- nfree Int32
-
- cnstnd Boolean
-
- info Int32
-
- workvec Double
-
- workvec2 Double
-
See Also