lbfgsblbfgsbcauchy Method |
Namespace: DWSIM.MathOps.MathEx.LBFGSBAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax private void lbfgsbcauchy(
int n,
ref double[] x,
ref double[] l,
ref double[] u,
ref int[] nbd,
ref double[] g,
ref int[] iorder,
ref int[] iwhere,
ref double[] t,
ref double[] d,
ref double[] xcp,
int m,
ref double[,] wy,
ref double[,] ws,
ref double[,] sy,
ref double[,] wt,
double theta,
int col,
int head,
ref double[] p,
ref double[] c,
ref double[] wbp,
ref double[] v,
ref int nint,
ref double[] sg,
ref double[] yg,
double sbgnrm,
ref int info,
ref double[] workvec
)
Private Sub lbfgsbcauchy (
n As Integer,
ByRef x As Double(),
ByRef l As Double(),
ByRef u As Double(),
ByRef nbd As Integer(),
ByRef g As Double(),
ByRef iorder As Integer(),
ByRef iwhere As Integer(),
ByRef t As Double(),
ByRef d As Double(),
ByRef xcp As Double(),
m As Integer,
ByRef wy As Double(,),
ByRef ws As Double(,),
ByRef sy As Double(,),
ByRef wt As Double(,),
theta As Double,
col As Integer,
head As Integer,
ByRef p As Double(),
ByRef c As Double(),
ByRef wbp As Double(),
ByRef v As Double(),
ByRef nint As Integer,
ByRef sg As Double(),
ByRef yg As Double(),
sbgnrm As Double,
ByRef info As Integer,
ByRef workvec As Double()
)
Request Example
View SourceParameters
- n Int32
-
- x Double
-
- l Double
-
- u Double
-
- nbd Int32
-
- g Double
-
- iorder Int32
-
- iwhere Int32
-
- t Double
-
- d Double
-
- xcp Double
-
- m Int32
-
- wy Double
-
- ws Double
-
- sy Double
-
- wt Double
-
- theta Double
-
- col Int32
-
- head Int32
-
- p Double
-
- c Double
-
- wbp Double
-
- v Double
-
- nint Int32
-
- sg Double
-
- yg Double
-
- sbgnrm Double
-
- info Int32
-
- workvec Double
-
See Also