The Original CHomP Software
Namespaces | Functions | Variables
bitcount.h File Reference

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 []
 

Detailed Description

This file defines a very simple function for counting the number of bits in a byte or a multi-byte integer.

Author
Pawel Pilarczyk

Definition in file bitcount.h.