yvesSolveNonLinear Method

Definition

Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public static bool SolveNonLinear(
	float[,] sX,
	float[] sY,
	long lNrIterations,
	yvesSolveNonLinearError ErrorFunction
)

Parameters

sX  Single
 
sY  Single
 
lNrIterations  Int64
 
ErrorFunction  yvesSolveNonLinearError
 

Return Value

Boolean

See Also