Generative Fast Fourier Transforms (GFFT)  0.3
Align< NList, Base, Rest > Class Template Reference

Division of every element in NList by Base. Reminder is assigned to a digit and quotient is added to a higher digit. This common operation is needed after addition and multiplication of big integers. More...

#include <sbigint.h>

Detailed Description

template<class NList, base_t Base, int_t Rest = 0>
class Align< NList, Base, Rest >

Parameters
NListNumlist containing series of digits
BaseNumerical system base
RestQuotient to carry to a higher digit
Returns
Numlist with the digits of a big integer in system Base

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

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