Generative Fast Fourier Transforms (GFFT)  0.3
Public Types | Static Public Attributes | List of all members
SBigInt< S, NList, B > Struct Template Reference

Big integer number metacontainer. More...

#include <sbigint.h>

Public Types

typedef NList Num
 

Static Public Attributes

static const bool isPositive = S
 
static const base_t Base = B
 

Detailed Description

template<bool S, class NList, base_t B = DefaultBase>
struct SBigInt< S, NList, B >

Parameters
Ssign of the big integer
NListNumlist containing series of digits in the Base numerical system, first element is least significant
BaseNumerical system base for the big integer representation

The documentation for this struct was generated from the following file:

Generated on Mon Feb 10 2014 for Generative Fast Fourier Transforms (GFFT) by DoxyGen 1.8.3.1