SSBFGSRun Method
Definition
Namespace: DotNumerics.Optimization.TN
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void Run(
int N,
double GAMMA,
double[] SJ,
int offset_sj,
double[] YJ,
int offset_yj,
double[] HJV,
int offset_hjv,
double[] HJYJ,
int offset_hjyj,
double YJSJ,
double YJHYJ,
double VSJ,
double VHYJ,
ref double[] HJP1V,
int offset_hjp1v
)VB
Public Sub Run (
N As Integer,
GAMMA As Double,
SJ As Double(),
offset_sj As Integer,
YJ As Double(),
offset_yj As Integer,
HJV As Double(),
offset_hjv As Integer,
HJYJ As Double(),
offset_hjyj As Integer,
YJSJ As Double,
YJHYJ As Double,
VSJ As Double,
VHYJ As Double,
ByRef HJP1V As Double(),
offset_hjp1v As Integer
)