SHOGUN  4.1.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
DynInt.h 文件参考

浏览源代码.

class  CDynInt< T, sz >
 integer type of dynamic size 更多...
 

类型定义

convenience typedefs
typedef CDynInt< uint64_t, 3 > uint192_t
 192 bit integer constructed out of 3 64bit uint64_t's 更多...
 
typedef CDynInt< uint64_t, 4 > uint256_t
 256 bit integer constructed out of 4 64bit uint64_t's 更多...
 
typedef CDynInt< uint64_t, 8 > uint512_t
 512 bit integer constructed out of 8 64bit uint64_t's 更多...
 
typedef CDynInt< uint64_t, 16 > uint1024_t
 1024 bit integer constructed out of 16 64bit uint64_t's 更多...
 

SHOGUN 机器学习工具包 - 项目文档