Description not yet available. More...
Go to the source code of this file.
Defines | |
#define | GET_PSUM |
Computes psum. | |
#define | NMAX 5000 |
#define | NRANSI |
#define | NRANSI |
#define | SWAP(a, b) {swap=(a);(a)=(b);(b)=swap;} |
Reverses a and b. |
Description not yet available.
Definition in file amoeba.cpp.
#define GET_PSUM |
Computes psum.
Definition at line 20 of file amoeba.cpp.
Referenced by function_minimizer::adamoeba().
#define NMAX 5000 |
Definition at line 15 of file amoeba.cpp.
Referenced by function_minimizer::adamoeba().
#define NRANSI |
Definition at line 107 of file amoeba.cpp.
#define NRANSI |
Definition at line 107 of file amoeba.cpp.
#define SWAP | ( | a, | |
b | |||
) | {swap=(a);(a)=(b);(b)=swap;} |
Reverses a and b.
Definition at line 28 of file amoeba.cpp.
Referenced by function_minimizer::adamoeba().
Generated on Tue Mar 8 2016 19:51:36 for ADMB Documentation by 1.8.0 |