gatb.core-API-0.0.0
gatb::core::tools::math Namespace Reference

Math package. More...

Classes

class  IntegerTemplate
 Class for large integers calculus. More...
 
class  LargeIntDummy
 Large integer class. More...
 

Typedefs

typedef boost::mpl::vector< KSIZE_LIST_TYPE >::type IntegerList
 
typedef IntegerTemplate< IntegerListInteger
 

Detailed Description

Math package.

Typedef Documentation

We specialize IntegerTemplate class based on the list of kmer size values chosen by the user.

typedef boost::mpl::vector<KSIZE_LIST_TYPE>::type IntegerList

We define a mpl::vector holding the int_<K> types, one per kmer size value chosen by the user.