SHOGUN  v2.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Typedefs
common.h File Reference

Go to the source code of this file.

Macros

#define RANDOM_MAX   2147483647
#define STRING_LEN   256
#define STRING_LEN_STR   "256"

Typedefs

typedef char string_t [STRING_LEN]
typedef int machine_int_t
typedef int32_t index_t

Standard Types

Definition of Platform independent Types

#define __STDC_FORMAT_MACROS   1
typedef float float32_t
typedef double float64_t
typedef long double floatmax_t

Macro Definition Documentation

#define __STDC_FORMAT_MACROS   1

Definition at line 44 of file common.h.

#define RANDOM_MAX   2147483647

Definition at line 23 of file common.h.

#define STRING_LEN   256

Definition at line 59 of file common.h.

#define STRING_LEN_STR   "256"

Definition at line 60 of file common.h.

Typedef Documentation

typedef float float32_t

Implementations tend to follow IEEE754

See Also
http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=4610935

Definition at line 53 of file common.h.

typedef double float64_t

Definition at line 54 of file common.h.

typedef long double floatmax_t

Definition at line 55 of file common.h.

typedef int32_t index_t

index type

Definition at line 66 of file common.h.

typedef int machine_int_t

Definition at line 63 of file common.h.

typedef char string_t[STRING_LEN]

Definition at line 61 of file common.h.


SHOGUN Machine Learning Toolbox - Documentation