Click or drag to resize

yvesSolveNonLinearAdjustSimplex Method


Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: 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
)
Request Example View Source

Parameters

sX  Single
 
sY  Single
 
sSum  Single
 
iNrDims  Int32
 
iHi  Int32
 
sFactor  Single
 
ErrorFunction  yvesSolveNonLinearError
 

Return Value

Single
See Also