Namespace: DWSIM.MathOps.MathEx.LMAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public void fvlvisc(
ref double[] x,
ref double[] fvec,
ref double[,] fjac,
ref int iflag
)
Public Sub fvlvisc (
ByRef x As Double(),
ByRef fvec As Double(),
ByRef fjac As Double(,),
ByRef iflag As Integer
)
Request Example
View SourceParameters
- x Double
-
- fvec Double
-
- fjac Double
-
- iflag Int32
-
See Also