Empirical
Classes | Namespaces
BitMatrix.h File Reference

A COL x ROW matrix of bits and provides easy indexing and manipulation. More...

#include <iostream>
#include <typeinfo>
#include "BitSet.h"
#include "functions.h"
#include "bitset_utils.h"

Go to the source code of this file.

Classes

class  emp::BitMatrix< COLS, ROWS >
 A simple class to manage a COLS x ROWS matrix of bits. More...
 

Namespaces

 emp
 If we are in emscripten, make sure to include the header.
 

Detailed Description

A COL x ROW matrix of bits and provides easy indexing and manipulation.

Note
This file is part of Empirical, https://github.com/devosoft/Empirical
Date
2016-2017
Note
Status: BETA