Click or drag to resize

ElectrolyteSVLEeval_h Method


Namespace: DWSIM.Thermodynamics.PropertyPackages.Auxiliary.FlashAlgorithms
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.4.5.0
Syntax
public bool eval_h(
	int n,
	double[] x,
	bool new_x,
	double obj_factor,
	int m,
	double[] lambda,
	bool new_lambda,
	int nele_hess,
	ref int[] iRow,
	ref int[] jCol,
	ref double[] values
)
Request Example View Source

Parameters

n  Int32
 
x  Double
 
new_x  Boolean
 
obj_factor  Double
 
m  Int32
 
lambda  Double
 
new_lambda  Boolean
 
nele_hess  Int32
 
iRow  Int32
 
jCol  Int32
 
values  Double
 

Return Value

Boolean
See Also