Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

libgnn Global Definitions.


Detailed Description

This file contains global definitions (such as macros and constants) which can be used by other libgnn modules.

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.


Define Documentation

#define GNN_DEFAULT_EPS   0.001
 

Definition at line 75 of file gnn_globals.h.

#define GNN_DEFAULT_RNG   gsl_rng_mt19937
 

Definition at line 69 of file gnn_globals.h.

#define GNN_INFTY   -1
 

Definition at line 93 of file gnn_globals.h.

#define GNN_INVSQRT2   0.70710678118655
 

Definition at line 57 of file gnn_globals.h.

#define GNN_MAX_BUF   8096
 

Definition at line 87 of file gnn_globals.h.

#define GNN_PI   3.1415926535898
 

Definition at line 63 of file gnn_globals.h.

#define GNN_SQRT2   1.4142135623731
 

Definition at line 51 of file gnn_globals.h.

#define GNN_TINY   0.000001
 

Definition at line 81 of file gnn_globals.h.


Generated on Sun Jun 13 20:51:43 2004 for libgnn Gradient Retropropagation Machine Library by doxygen1.2.18