ADMB Documentation
-a65f1c97
|
#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.
Macros | |
#define | getch getchar |
Functions | |
double | dafsqrt (double x) |
Robust square root. More... | |
void | do_evaluation (double &f, independent_variables &x, dvector &g, int nvar, function_minimizer *pmp) |
Description not yet available. More... | |
double | get_second_derivative (double f, independent_variables &x, dvector &g, dvector &r, int nvar, function_minimizer *pmp) |
Description not yet available. More... | |
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. More... | |
Variables | |
int | ctlc_flag |
Description not yet available. More... | |
#define getch getchar |
Definition at line 31 of file xfmmtr1.cpp.
double dafsqrt | ( | double | x | ) |
Robust square root.
x | Double precision argument . |
Definition at line 1295 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 62 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 77 of file xfmmtr1.cpp.
Referenced by fmmt1::fmin2().
void onintr | ( | int | k | ) |
Definition at line 77 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 177 of file xfmmtr1.cpp.
Referenced by fmmt1::fmin2().
int ctlc_flag |
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5 |