#include <admodel.h>#include <iostream>#include <signal.h>#include <math.h>#include <stdlib.h>#include <stdio.h>#include <ctype.h>Go to the source code of this file.
Defines | |
| #define | getch getchar |
Functions | |
| double | dafsqrt (double x) |
| Robust square root. | |
| void | do_evaluation (double &f, independent_variables &x, dvector &g, int nvar, function_minimizer *pmp) |
| Description not yet available. | |
| double | get_second_derivative (double f, independent_variables &x, dvector &g, dvector &r, int nvar, function_minimizer *pmp) |
| Description not yet available. | |
| void | onintr (int k) |
| dvector | update1 (int nvar, int iter, int m, const dvector &g, const dmatrix &_s, dmatrix &y, const dvector &x, const dvector &_xold, const dvector &_gold, const dvector &_xrho) |
| Description not yet available. | |
Variables | |
| int | ctlc_flag |
| Description not yet available. | |
| #define getch getchar |
Definition at line 32 of file xfmmtr1.cpp.
| double dafsqrt | ( | double | x | ) |
Robust square root.
| x | Double precision argument . |
for
, 0 otherwise. Definition at line 984 of file newfmin.cpp.
| void do_evaluation | ( | double & | f, |
| independent_variables & | x, | ||
| dvector & | g, | ||
| int | nvar, | ||
| function_minimizer * | pmp | ||
| ) |
Description not yet available.
Definition at line 63 of file xfmmtr1.cpp.
Referenced by fmmt1::fmin2(), and get_second_derivative().
| double get_second_derivative | ( | double | f, |
| independent_variables & | x, | ||
| dvector & | g, | ||
| dvector & | r, | ||
| int | nvar, | ||
| function_minimizer * | pmp | ||
| ) |
Description not yet available.
Definition at line 78 of file xfmmtr1.cpp.
Referenced by fmmt1::fmin2().
| void onintr | ( | int | k | ) |
Definition at line 46 of file newfmin.cpp.
| dvector update1 | ( | int | nvar, |
| int | iter, | ||
| int | m, | ||
| const dvector & | g, | ||
| const dmatrix & | _s, | ||
| dmatrix & | y, | ||
| const dvector & | x, | ||
| const dvector & | _xold, | ||
| const dvector & | _gold, | ||
| const dvector & | _xrho | ||
| ) |
Description not yet available.
Definition at line 178 of file xfmmtr1.cpp.
Referenced by fmmt1::fmin2().
| int ctlc_flag |
|
|
Generated on Tue Mar 8 2016 19:51:38 for ADMB Documentation by 1.8.0
|