yvesSolveNonLinearAdjustSimplex Method |
Namespace: DWSIM.MathOps.MathEx.SysLinAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax private static float SolveNonLinearAdjustSimplex(
float[,] sX,
float[] sY,
float[] sSum,
int iNrDims,
int iHi,
float sFactor,
yvesSolveNonLinearError ErrorFunction
)
Private Shared Function SolveNonLinearAdjustSimplex (
sX As Single(,),
sY As Single(),
sSum As Single(),
iNrDims As Integer,
iHi As Integer,
sFactor As Single,
ErrorFunction As yvesSolveNonLinearError
) As Single
Request Example
View SourceParameters
- sX Single
-
- sY Single
-
- sSum Single
-
- iNrDims Int32
-
- iHi Int32
-
- sFactor Single
-
- ErrorFunction yvesSolveNonLinearError
-
Return Value
SingleSee Also