SHOGUN  v3.0.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 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
typedef std::complex< float64_tcomplex128_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 38 of file common.h.

#define STRING_LEN   256

Definition at line 53 of file common.h.

#define STRING_LEN_STR   "256"

Definition at line 54 of file common.h.

Typedef Documentation

typedef std::complex<float64_t> complex128_t

complex type

Definition at line 65 of file common.h.

typedef float float32_t

Implementations tend to follow IEEE754

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

Definition at line 47 of file common.h.

typedef double float64_t

Definition at line 48 of file common.h.

typedef long double floatmax_t

Definition at line 49 of file common.h.

typedef int32_t index_t

index type

Definition at line 60 of file common.h.

typedef int machine_int_t

Definition at line 57 of file common.h.

typedef char string_t[STRING_LEN]

Definition at line 55 of file common.h.


SHOGUN Machine Learning Toolbox - Documentation