Click or drag to resize

Broydenbroydn Method


Namespace: DWSIM.MathOps.MathEx
Assembly: 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
)
Request Example View Source

Parameters

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