组合类型 | 宏定义

Mathematics.h文件参考

浏览该文件的源代码。

组合类型

class  CMath
 Class which collects generic mathematical functions. 更多...

宏定义

#define NAN   (strtod("NAN",NULL))
 workaround for log2 being a define on cygwin
#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 NAN   (strtod("NAN",NULL))

workaround for log2 being a define on cygwin

workaround a bug in std cmath end of workaround a bug in std cmath

在文件Mathematics.h81行定义。

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

在文件Mathematics.h92行定义。

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

在文件Mathematics.h91行定义。

#define RADIX_STACK_SIZE   512

在文件Mathematics.h88行定义。

#define RNG_SEED_SIZE   256

在文件Mathematics.h85行定义。


SHOGUN Machine Learning Toolbox - Documentation