FormOptimizationeval_h Method |
Namespace: DWSIMAssembly: DWSIM (in DWSIM.exe) Version: 8.8.1.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
)
Public Function eval_h (
n As Integer,
x As Double(),
new_x As Boolean,
obj_factor As Double,
m As Integer,
lambda As Double(),
new_lambda As Boolean,
nele_hess As Integer,
ByRef iRow As Integer(),
ByRef jCol As Integer(),
ByRef values As Double()
) As Boolean
Request Example
View SourceParameters
- 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
BooleanSee Also