|
Compute the second order directional derivatives.
Parameters |
Description |
_LONG_T row_no |
The row number. |
int nnonlin_cols |
The number of columns appearing nonlinearly in the row. |
double point[] |
Double-valued array containing the point of evaluation. The length of the array should match the total number of columns. |
int new_point |
The new point indicator. If this argument is set to 0, then AIMMS ignores the point argument and uses the same point as in the previous call to the method. If set to 1, then AIMMS will use the point information passed to point. |
double dirs[] |
Double-valued array with the direction in which the second order directional derivatives should be computed. The length of the array should match the total number of columns. |
double der2[] |
Dense double-valued array containing the second order directional derivatives on output. The length of the array should match nnonlin_cols. |
The GetSecondOrderDirectionalDerivatives method returns the number of domain (evaluation) errors that occurred while calculating the second order directional derivatives.
The GetSecondOrderDirectionalDerivatives method is used to let AIMMS compute the second order directional derivatives (using the reverse method for evaluating second order derivatives). This method should be used only for nonlinear models.