Broydenbroydn Method

Definition

Namespace: DWSIM.MathOps.MathEx
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
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
)

Parameters

N  Int32
 
X  Double
 
F  Double
 
P  Double
 
XB  Double
 
FB  Double
 
H  Double
 
IFLAG  Int32
 

See Also