TRSTLPRun Method
Definition
Namespace: DotNumerics.Optimization.Cobyla
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,
int M,
double[] A,
int offset_a,
double[] B,
int offset_b,
double RHO,
ref double[] DX,
int offset_dx,
ref int IFULL,
ref int[] IACT,
int offset_iact,
ref double[] Z,
int offset_z,
ref double[] ZDOTA,
int offset_zdota,
ref double[] VMULTC,
int offset_vmultc,
ref double[] SDIRN,
int offset_sdirn,
ref double[] DXNEW,
int offset_dxnew,
ref double[] VMULTD,
int offset_vmultd
)VB
Public Sub Run (
N As Integer,
M As Integer,
A As Double(),
offset_a As Integer,
B As Double(),
offset_b As Integer,
RHO As Double,
ByRef DX As Double(),
offset_dx As Integer,
ByRef IFULL As Integer,
ByRef IACT As Integer(),
offset_iact As Integer,
ByRef Z As Double(),
offset_z As Integer,
ByRef ZDOTA As Double(),
offset_zdota As Integer,
ByRef VMULTC As Double(),
offset_vmultc As Integer,
ByRef SDIRN As Double(),
offset_sdirn As Integer,
ByRef DXNEW As Double(),
offset_dxnew As Integer,
ByRef VMULTD As Double(),
offset_vmultd As Integer
)Parameters
- N Int32
- M Int32
- A Double
- offset_a Int32
- B Double
- offset_b Int32
- RHO Double
- DX Double
- offset_dx Int32
- IFULL Int32
- IACT Int32
- offset_iact Int32
- Z Double
- offset_z Int32
- ZDOTA Double
- offset_zdota Int32
- VMULTC Double
- offset_vmultc Int32
- SDIRN Double
- offset_sdirn Int32
- DXNEW Double
- offset_dxnew Int32
- VMULTD Double
- offset_vmultd Int32