Namespace: DWSIM.MathOps.MathEx.LBFGSBAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax private void lbfgsbsubsm(
int n,
int m,
int nsub,
ref int[] ind,
ref double[] l,
ref double[] u,
ref int[] nbd,
ref double[] x,
ref double[] d,
ref double[,] ws,
ref double[,] wy,
double theta,
int col,
int head,
ref int iword,
ref double[] wv,
ref double[,] wn,
ref int info
)
Private Sub lbfgsbsubsm (
n As Integer,
m As Integer,
nsub As Integer,
ByRef ind As Integer(),
ByRef l As Double(),
ByRef u As Double(),
ByRef nbd As Integer(),
ByRef x As Double(),
ByRef d As Double(),
ByRef ws As Double(,),
ByRef wy As Double(,),
theta As Double,
col As Integer,
head As Integer,
ByRef iword As Integer,
ByRef wv As Double(),
ByRef wn As Double(,),
ByRef info As Integer
)
Request Example
View SourceParameters
- n Int32
-
- m Int32
-
- nsub Int32
-
- ind Int32
-
- l Double
-
- u Double
-
- nbd Int32
-
- x Double
-
- d Double
-
- ws Double
-
- wy Double
-
- theta Double
-
- col Int32
-
- head Int32
-
- iword Int32
-
- wv Double
-
- wn Double
-
- info Int32
-
See Also