optimtable.c File Reference

#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


Define Documentation

#define ARGS_foptim   integer*,integer*,double *,double*,double*,integer*,float*,double*

Definition at line 9 of file optimtable.c.


Typedef Documentation

typedef void(*) foptimf(ARGS_foptim)

Definition at line 10 of file optimtable.c.


Function Documentation

void C2F() foptim ( integer indsim,
integer n,
double *  x,
double *  f,
double *  g,
integer izs,
float *  rzs,
double *  dzs 
)

function call : foptim

Definition at line 37 of file optimtable.c.

References f(), foptimfonc, g, n, and x.

00038 {
00039         (*foptimfonc)(indsim,n,x,f,g,izs,rzs,dzs);
00040 }

Here is the call graph for this function:

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   ) 


Variable Documentation

foptimf foptimfonc [static]

the current function fixed by setsolvf

Definition at line 33 of file optimtable.c.

Referenced by foptim().

FTAB FTab_foptim[]

Initial value:

{
        {"genros", (voidf)  C2F(genros)},
        {"icsemc", (voidf)  C2F(icsemc)},
        {"topt2", (voidf)  C2F(topt2)},
        {(char *) 0, (voidf) 0}
}

Definition at line 19 of file optimtable.c.


Generated on Sun Mar 4 16:10:40 2007 for Scilab [trunk] by  doxygen 1.5.1