Files in the apfloat package:

ap.h            General header file for compiling the whole package
apfloat.h       Apfloat class definitions (included in ap.h)
apcplx.h        Apcomplex class definitions
apint.h         Apint class definitions
aprat.h         Aprational class definitions
baseint.h       Baseint function declarations (included in ap.h)
bigint.h        Bigint function declarations (included in ap.h)
modint.h        Modint class definitions (included in ap.h)
raw.h           Modint multiplication, version specific definitions (included in modint.h)
tapfloat.h      Transformed apfloat class definitions

apcfunc.cc      Apcomplex overloaded mathematical functions
apcplx.cc       Apcomplex member function implementations
apfloat.cc      Apfloat member function implementations
apfunc.cc       Apfloat overloaded mathematical functions
apifunc.cc      Apint overloaded mathematical functions
apint.cc        Apint member function implementations
aprat.cc        Aprational overloaded mathematical functions
aprfunc.cc      Aprational member function implementations
apstruct.cc     Apfloat raw addition and multiplication functions
aptest.cc       Apfloat test program for calculating pi
aptestm.cc      Apfloat test program for calculating pi (multi-processing version)
aptestp.cc      Apfloat test program for calculating pi (partial processing version)
baseint.cc      Baseint functions (may be version specific)
basetest.cc     Baseint test program
bigint.cc       Bigint functions (version specific)
bigtest.cc      Bigint test program
blocktes.cc     Cacheblocksize test program
carrycrt.cc     Multiplication final carry and CRT function
convolut.cc     Convolution function for multiplication
cplxtest.cc     Apcomplex numbers test program
crt.cc          General CRT function
crttest.cc      CRT test program
datastru.cc     Datastruct member function implementations
disktest.cc     Disk I/O speed test program
file.cc         Filename function
fnt.cc          Normal fnt functions
fntdisk.cc      Disk fnt test program
fnttest.cc      Various fnt test functions
fourstep.cc     Basic four-step algorithm
global.cc       Global variables
init.cc         Initialization functions (apinit and apdeinit)
inttest.cc      Apint numbers test program
makeprim.cc     Program for making primetab.cc
makewfta.cc     Program for making the wftatab?.cc files
mersenne.cc     Test program for finding Mersenne primes
modfunc.cc      Modint overloaded mathematical functions
modtest.cc      Modint test program
move.cc         Data array copying functions
mprint.cc       Test program for printing Mersenne numbers
ntt.cc          Direct form ntt test function
nttw.cc         Direct form ntt test function with the WFTA algorithms moduli
prime .cc       Prime factorization functions
primetab.cc     Automatically created by makeprim
rattest.cc      Aprational numbers test program
rsagen.cc       Test program for generating RSA keys
rsaenc.cc       Test program for encoding data using RSA
rsadec.cc       Test program for decoding data using RSA
scramble.cc     Bit-reverse permutation functions
sixstep.cc      Basic six-step algorithm
sixwftat.cc     Optimized six-step algorithm using WFTA
tablefnt.cc     Optimized table-lookup fnt
tablefou.cc     Basic four-step algorithm using lookup table fnts
tablesit.cc     Convolution only six-step algorithm using lookup table fnts
tablesix.cc     Optimized six-step algorithm using lookup table fnts
tabletwo.cc     Optimized two-pass disk fnt algorithm
tabletwt.cc     Optimized two-pass disk fnt algorithm for convolution only
tapfloat.cc     Transformed apfloat class member function implementations
tapstruc.cc     Transformed apfloat raw addition and convolution functions
taptest.cc      Transformed apfloat test program
transhot.cc     Visual matrix transposition test program
transhow.cc     Visual matrix transposition test program
transpos.cc     Optimized matrix transposition algorithm
trantest.cc     Transposition test program
truncate.c      Dummy truncate function replacement (if you don't have one)
wfta.cc         Basic WFTA algorithm
wftatab1.cc     Automatically created by makewfta
wftatab2.cc     Automatically created by makewfta
wftatab3.cc     Automatically created by makewfta
wftatab4.cc     Automatically created by makewfta
wftatab5.cc     Automatically created by makewfta
wftatab6.cc     Automatically created by makewfta
wftatab7.cc     Automatically created by makewfta
wftatest.cc     WFTA test program
wftavect.cc     Optimized "vector" WFTA functions (faster than wfta_asm)
wfta_asm.cc     Some assembler optimized basic WFTA functions
