CONOPT
Loading...
Searching...
No Matches

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.

Integer Function 2DDirLagr( X, DX, U, D2G, NEWPT, &
NODRV, N, M, USRMEM )
INTEGER, Intent(IN) :: NEWPT, N, M
INTEGER, Intent(IN OUT) :: NODRV
REAL*8, Dimension(N), Intent(IN) :: X
REAL*8, Dimension(N), Intent(IN) :: DX
REAL*8, Dimension(M), Intent(IN) :: U
REAL*8, Dimension(N), Intent(OUT) :: D2G
REAL*8, Intent(IN OUT) :: USRMEM(*)

where: