ADMB Documentation
-a65f1c97
|
Go to the source code of this file.
Macros | |
#define | GET_PSUM |
Computes psum. More... | |
#define | NMAX 5000 |
#define | NRANSI |
Author: David Fournier Copyright (c) 2009-2012 ADMB foundation. More... | |
#define | NRANSI |
Author: David Fournier Copyright (c) 2009-2012 ADMB foundation. More... | |
#define | SWAP(a, b) {swap=(a);(a)=(b);(b)=swap;} |
Reverses a and b. More... | |
#define GET_PSUM |
Computes psum.
Definition at line 14 of file amoeba.cpp.
Referenced by function_minimizer::adamoeba().
#define NMAX 5000 |
Definition at line 9 of file amoeba.cpp.
Referenced by function_minimizer::adamoeba().
#define NRANSI |
Author: David Fournier Copyright (c) 2009-2012 ADMB foundation.
Definition at line 101 of file amoeba.cpp.
#define NRANSI |
Author: David Fournier Copyright (c) 2009-2012 ADMB foundation.
Definition at line 101 of file amoeba.cpp.
#define SWAP | ( | a, | |
b | |||
) | {swap=(a);(a)=(b);(b)=swap;} |
Reverses a and b.
Definition at line 22 of file amoeba.cpp.
Referenced by function_minimizer::adamoeba().
Generated on Wed Sep 7 2022 00:01:30 for ADMB Documentation by 1.8.5 |