This file defines a very simple function for counting the number of bits in a byte or a multi-byte integer. More...
Go to the source code of this file.
Namespaces | |
namespace | chomp |
This namespace contains the entire CHomP library interface. | |
namespace | chomp::homology |
This namespace contains the core of the homology computation procedures and related classes and templates contained in the CHomP C++ library. | |
Functions | |
int | chomp::homology::bitcountbyte (char n) |
int | chomp::homology::bitcount (int number) |
Variables | |
unsigned char | chomp::homology::bitcounttable [] |
This file defines a very simple function for counting the number of bits in a byte or a multi-byte integer.
Definition in file bitcount.h.