#include "FTables.h"Include dependency graph for optimtable.c:

Go to the source code of this file.
Defines | |
| #define | ARGS_foptim integer*,integer*,double *,double*,double*,integer*,float*,double* |
Typedefs | |
| typedef void(*) | foptimf (ARGS_foptim) |
Functions | |
| void C2F() | genros (ARGS_foptim) |
| void C2F() | topt2 (ARGS_foptim) |
| void C2F() | icsemc (ARGS_foptim) |
| void C2F() | foptim (ARGS_foptim) |
| void C2F() | setfoptim (char *name, int *rep) |
| void C2F() | foptim (integer *indsim, integer *n, double *x, double *f, double *g, integer *izs, float *rzs, double *dzs) |
Variables | |
| FTAB | FTab_foptim [] |
| static foptimf | foptimfonc |
Definition at line 9 of file optimtable.c.
| typedef void(*) foptimf(ARGS_foptim) |
Definition at line 10 of file optimtable.c.
| void C2F() foptim | ( | ARGS_foptim | ) |
| void C2F() genros | ( | ARGS_foptim | ) |
| void C2F() icsemc | ( | ARGS_foptim | ) |
| void C2F() setfoptim | ( | char * | name, | |
| int * | rep | |||
| ) |
fixes the function associated to name
| void C2F() topt2 | ( | ARGS_foptim | ) |
foptimf foptimfonc [static] |
the current function fixed by setsolvf
Definition at line 33 of file optimtable.c.
Referenced by foptim().
1.5.1