CONOPT
Loading...
Searching...
No Matches

The modeler can tell CONOPT that second order directional derivatives are available by registering a 2DDir or 2DDirLagr callback routine using COIDEF_2DDir() or COIDEF_2DDirLagr().

2DDirLagr – Second Derivatives of the Lagrangian in a Direction

This optional callback routine must be registered with COIDEF_2DDirLagr(). It computes the directional second derivative for the Lagrangian as defined in the introduction to this section.

int COI_CALLCONV 2DDirLagr( double* X, double* DX, double* U,
double* D2G, int* NEWPT, int* NODRV,
int* N, int* M, void* USRMEM );

where: