IpoptEval_ Jac_ G_ CB Delegate
Definition
Namespace: Cureos.Numerics
Assembly: Cureos.Numerics (in Cureos.Numerics.dll) Version: 0.0.0.0
Assembly: Cureos.Numerics (in Cureos.Numerics.dll) Version: 0.0.0.0
C#
private delegate int Eval_Jac_G_CB(
int n,
double* x,
int new_x,
int m,
int nele_jac,
int* iRow,
int* jCol,
double* values,
void* user_data
)VB
Parameters
- n Int32
- x Double*
- new_x Int32
- m Int32
- nele_jac Int32
- iRow Int32*
- jCol Int32*
- values Double*
- user_data Void*