Namespace: DWSIM.MathOps.MathExAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public void fvsdp(
ref double[] x,
ref double[] fvec,
ref double[,] fjac,
ref int iflag
)
Public Sub fvsdp (
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