FormOptimizationeval_jac_g Method |
Namespace: DWSIMAssembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax public bool eval_jac_g(
int n,
double[] x,
bool new_x,
int m,
int nele_jac,
ref int[] iRow,
ref int[] jCol,
ref double[] values
)
Public Function eval_jac_g (
n As Integer,
x As Double(),
new_x As Boolean,
m As Integer,
nele_jac 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
-
- m Int32
-
- nele_jac Int32
-
- iRow Int32
-
- jCol Int32
-
- values Double
-
Return Value
BooleanSee Also