Click or drag to resize

yvesSolveNonLinear Method


Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public static bool SolveNonLinear(
	float[,] sX,
	float[] sY,
	long lNrIterations,
	yvesSolveNonLinearError ErrorFunction
)
Request Example View Source

Parameters

sX  Single
 
sY  Single
 
lNrIterations  Int64
 
ErrorFunction  yvesSolveNonLinearError
 

Return Value

Boolean
See Also