Namespace: DWSIM.MathOps.MathExAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static void broydn(
int N,
double[] X,
double[] F,
ref double[] P,
ref double[] XB,
ref double[] FB,
ref double[,] H,
ref int IFLAG
)
Public Shared Sub broydn (
N As Integer,
X As Double(),
F As Double(),
ByRef P As Double(),
ByRef XB As Double(),
ByRef FB As Double(),
ByRef H As Double(,),
ByRef IFLAG As Integer
)
Request Example
View SourceParameters
- N Int32
-
- X Double
-
- F Double
-
- P Double
-
- XB Double
-
- FB Double
-
- H Double
-
- IFLAG Int32
-
See Also