Mathematics.h File Reference

Go to the source code of this file.

Classes

struct  radix_stack_t< T >
struct  thread_qsort
class  CMath

Defines

#define NAN   (strtod("NAN",NULL))
#define RNG_SEED_SIZE   256
#define RADIX_STACK_SIZE   512
#define radix_push(a, n, i)   sp->sa = a, sp->sn = n, (sp++)->si = i
#define radix_pop(a, n, i)   a = (--sp)->sa, n = sp->sn, i = sp->si


Define Documentation

#define NAN   (strtod("NAN",NULL))

Definition at line 52 of file Mathematics.h.

#define radix_pop ( a,
n,
 )     a = (--sp)->sa, n = sp->sn, i = sp->si

Definition at line 67 of file Mathematics.h.

#define radix_push ( a,
n,
 )     sp->sa = a, sp->sn = n, (sp++)->si = i

Definition at line 66 of file Mathematics.h.

#define RADIX_STACK_SIZE   512

Definition at line 63 of file Mathematics.h.

#define RNG_SEED_SIZE   256

Definition at line 60 of file Mathematics.h.


SHOGUN Machine Learning Toolbox - Documentation