gatb.core-API-0.0.0
LargeInt.hpp File Reference

Class that manages large integers. More...

#include <stdint.h>
#include <algorithm>
#include <iostream>
#include <hdf5/hdf5.h>
#include <gatb/system/api/Exception.hpp>
#include <gatb/system/api/config.hpp>
#include <gatb/tools/math/NativeInt64.hpp>
#include <gatb/tools/math/FastMinimizer.hpp>
#include <assert.h>
#include <gatb/system/api/IMemory.hpp>
#include <gatb/tools/math/LargeInt1.pri>
#include <gatb/tools/math/LargeInt2.pri>
Include dependency graph for LargeInt.hpp:

Classes

class  LargeIntDummy< precision >
 Large integer class. More...
 

Namespaces

 gatb::core
 Core package of the GATP project.
 
 gatb::core::tools
 Tools package.
 
 gatb::core::tools::math
 Math package.
 

Detailed Description

Class that manages large integers.

Date
01/03/2013
Author
edrezen arbitrary-precision integer library very limited: only does what minia needs (but not what minia deserves) This file holds interfaces related to the Design Pattern Observer.