ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <fvar.hpp>
#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 | |
void | clrscr () |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More... | |
double | dafsqrt (double x) |
Robust square root. More... | |
C void | onintr (int k) |
dvector | update (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... | |
Description not yet available.
Definition in file fmmtr1.cpp.
#define getch getchar |
Definition at line 50 of file fmmtr1.cpp.
Referenced by fmmt1::fmin().
void clrscr | ( | ) |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Definition at line 8 of file clrscr.cpp.
double dafsqrt | ( | double | x | ) |
Robust square root.
x | Double precision argument . |
Definition at line 1295 of file newfmin.cpp.
Referenced by fmm::fmin(), and fmmt1::fmin().
C void onintr | ( | int | k | ) |
Definition at line 77 of file newfmin.cpp.
dvector update | ( | 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 562 of file fmmtr1.cpp.
Referenced by fmmt1::fmin().
int ctlc_flag |
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5 |