Namespaces | |
| namespace | QGpCoreTools |
Defines | |
| #define | NMAX 100000 |
| #define | SWAP(a, b) {swap=(a);(a)=(b);(b)=swap;} |
| #define | TINY 1.0e-10 |
Functions | |
| void | QGpCoreTools::amoeba (double **p, double y[], int ndim, double ftol, double(*funk)(double[]), int *nfunk) |
| double | QGpCoreTools::amotry (double **p, double y[], double psum[], int ndim, double(*funk)(double[]), int ihi, double fac) |
| #define NMAX 100000 |
Referenced by QGpCoreTools::amoeba().
| #define SWAP | ( | a, | |
| b | |||
| ) | {swap=(a);(a)=(b);(b)=swap;} |
Referenced by QGpCoreTools::amoeba().
| #define TINY 1.0e-10 |
Referenced by QGpCoreTools::amoeba().