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

Go to the source code of this file.
Defines | |
| #define | ARGS_fsolvf integer*,double *,double*,integer* |
| #define | ARGS_fsolvj integer*,double*,double*,integer* |
Typedefs | |
| typedef void(*) | fsolvff (ARGS_fsolvf) |
| typedef void(*) | fsolvjf (ARGS_fsolvj) |
Functions | |
| void C2F() | fsol1 (ARGS_fsolvf) |
| void C2F() | fsolvf (ARGS_fsolvf) |
| void C2F() | setfsolvf (char *name, int *rep) |
| void C2F() | fsolj1 (ARGS_fsolvj) |
| void C2F() | fsolvj (ARGS_fsolvj) |
| void C2F() | setfsolj (char *name, int *rep) |
| void C2F() | setfsolvj (char *name, int *rep) |
| void C2F() | fsolvf (integer *n, double *x, double *fvec, integer *iflag) |
| void C2F() | fsolvj (integer *n, double *x, double *fjac, integer *iflag) |
Variables | |
| FTAB | FTab_fsolvf [] |
| FTAB | FTab_fsolvj [] |
| static fsolvff | fsolvffonc |
| static fsolvjf | fsolvjfonc |
Definition at line 9 of file fsolvetable.c.
Definition at line 12 of file fsolvetable.c.
| typedef void(*) fsolvff(ARGS_fsolvf) |
Definition at line 10 of file fsolvetable.c.
| typedef void(*) fsolvjf(ARGS_fsolvj) |
Definition at line 13 of file fsolvetable.c.
| void C2F() fsol1 | ( | ARGS_fsolvf | ) |
| void C2F() fsolj1 | ( | ARGS_fsolvj | ) |
function call : fsolvf
Definition at line 45 of file fsolvetable.c.
References fsolvffonc, iflag, n, and x.
| void C2F() fsolvf | ( | ARGS_fsolvf | ) |
| void C2F() fsolvj | ( | ARGS_fsolvj | ) |
| void C2F() setfsolj | ( | char * | name, | |
| int * | rep | |||
| ) |
| void C2F() setfsolvf | ( | char * | name, | |
| int * | rep | |||
| ) |
fixes the function associated to name
| void C2F() setfsolvj | ( | char * | name, | |
| int * | rep | |||
| ) |
fixes the function associated to name
fsolvff fsolvffonc [static] |
the current function fixed by setsolvf
Definition at line 41 of file fsolvetable.c.
Referenced by fsolvf().
fsolvjf fsolvjfonc [static] |
the current function fixed by setfsolvj
Definition at line 59 of file fsolvetable.c.
1.5.1