yvesSolve Non Linear Method
Definition
Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
public static bool SolveNonLinear(
float[,] sX,
float[] sY,
long lNrIterations,
yvesSolveNonLinearError ErrorFunction
)VB
Public Shared Function SolveNonLinear (
sX As Single(,),
sY As Single(),
lNrIterations As Long,
ErrorFunction As yvesSolveNonLinearError
) As BooleanParameters
- sX Single
- sY Single
- lNrIterations Int64
- ErrorFunction yvesSolveNonLinearError