#include "cddefines.h"#include "version.h"#include "optimize.h"Include dependency graph for optimize_phymir.cpp:

Go to the source code of this file.
Defines | |
| #define | F0 1.4142136f | 
| #define | F1 0.7071068f | 
| #define | F2 0.1f | 
| #define | DELTA(i, j) (((i) == (j)) ? 1.f : 0.f) | 
Functions | |
| STATIC void | phygrm (realnum a2[][LIMPAR], long) | 
| STATIC void | wr_continue (realnum, long, realnum a2[][LIMPAR], const realnum[], const realnum[], const realnum[], const realnum[], realnum, realnum, realnum, long, long, const realnum[], const realnum[], const char[], const char[], const char[], const char *) | 
| STATIC void | rd_continue (realnum *, long *, realnum a2[][LIMPAR], realnum[], realnum[], realnum[], realnum[], realnum *, realnum *, realnum *, long *, long *, realnum[], realnum[], char[], char[], char[], const char *) | 
| void | optimize_phymir (realnum xc[], realnum del[], long int nvarPhymir, realnum *ymin, realnum toler) | 
| STATIC void | phygrm (realnum a[][LIMPAR], long int n) | 
| #define DELTA | ( | i, | |||
| j | ) | (((i) == (j)) ? 1.f : 0.f) | 
| #define F0 1.4142136f | 
Definition at line 23 of file optimize_phymir.cpp.
| #define F1 0.7071068f | 
Definition at line 24 of file optimize_phymir.cpp.
| #define F2 0.1f | 
Definition at line 25 of file optimize_phymir.cpp.
| void optimize_phymir | ( | realnum | xc[], | |
| realnum | del[], | |||
| long int | nvarPhymir, | |||
| realnum * | ymin, | |||
| realnum | toler | |||
| ) | 
Definition at line 46 of file optimize_phymir.cpp.
References a2, cdEXIT, DEBUG_ENTRY, ioQQQ, t_optimize::lgOptCont, LIMPAR, MAX2, t_optimize::nOptimiz, optimize, and STDLEN.
| STATIC void phygrm | ( | realnum | a[][LIMPAR], | |
| long int | n | |||
| ) | 
| STATIC void phygrm | ( | realnum | a2[][LIMPAR], | |
| long | ||||
| ) | 
| STATIC void rd_continue | ( | realnum * | , | |
| long * | , | |||
| realnum | a2[][LIMPAR], | |||
| realnum | [], | |||
| realnum | [], | |||
| realnum | [], | |||
| realnum | [], | |||
| realnum * | , | |||
| realnum * | , | |||
| realnum * | , | |||
| long * | , | |||
| long * | , | |||
| realnum | [], | |||
| realnum | [], | |||
| char | [], | |||
| char | [], | |||
| char | [], | |||
| const char * | ||||
| ) | 
Definition at line 555 of file optimize_phymir.cpp.
References AS_LOCAL_ONLY, cdEXIT, DEBUG_ENTRY, open_data(), STDLEN, and VRSNEW.
Here is the call graph for this function:

| STATIC void wr_continue | ( | realnum | , | |
| long | , | |||
| realnum | a2[][LIMPAR], | |||
| const | realnum[], | |||
| const | realnum[], | |||
| const | realnum[], | |||
| const | realnum[], | |||
| realnum | , | |||
| realnum | , | |||
| realnum | , | |||
| long | , | |||
| long | , | |||
| const | realnum[], | |||
| const | realnum[], | |||
| const | char[], | |||
| const | char[], | |||
| const | char[], | |||
| const char * | ||||
| ) | 
Definition at line 486 of file optimize_phymir.cpp.
References AS_LOCAL_ONLY, DEBUG_ENTRY, ioQQQ, open_data(), and STDLEN.
Here is the call graph for this function:

 1.4.7