Broydenbroydn Method
Definition
Namespace: DWSIM.MathOps.MathEx
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 void broydn(
int N,
double[] X,
double[] F,
ref double[] P,
ref double[] XB,
ref double[] FB,
ref double[,] H,
ref int IFLAG
)VB
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
)