#include <assert.h>#include <stdarg.h>#include <gsl/gsl_errno.h>#include <gsl/gsl_block.h>#include <gsl/gsl_vector.h>Include dependency graph for gnn_globals.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | GNN_SQRT2 1.4142135623731 |
. | |
| #define | GNN_INVSQRT2 0.70710678118655 |
. | |
| #define | GNN_PI 3.1415926535898 |
. | |
| #define | GNN_DEFAULT_RNG gsl_rng_mt19937 |
| The default random number's name. | |
| #define | GNN_DEFAULT_EPS 0.001 |
| The default step size for computing finite differences. | |
| #define | GNN_TINY 0.000001 |
| Tiny value for divisions. | |
| #define | GNN_MAX_BUF 8096 |
| The maximum size for input/output character buffers. | |
| #define | GNN_INFTY -1 |
| The infinity constant for unsigned integers. | |
1.2.18