lbfgsblbfgsbsubsm Method
Definition
Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
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
)VB
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
)