yvesSolveNonLinear Method |
Namespace: DWSIM.MathOps.MathEx.SysLinAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static bool SolveNonLinear(
float[,] sX,
float[] sY,
long lNrIterations,
yvesSolveNonLinearError ErrorFunction
)
Public Shared Function SolveNonLinear (
sX As Single(,),
sY As Single(),
lNrIterations As Long,
ErrorFunction As yvesSolveNonLinearError
) As Boolean
Request Example
View SourceParameters
- sX Single
-
- sY Single
-
- lNrIterations Int64
-
- ErrorFunction yvesSolveNonLinearError
-
Return Value
BooleanSee Also