parallel-cellular-automata
Framework for building parallel cellular automata.
|
This file contains the definition and implementation of the parallel version of the Cellular Automaton. More...
#include "cellular_automata.hpp"
#include <barrier.hpp>
#include <grid.hpp>
#include <stdexcept>
#include <thread>
#include <threadpool.hpp>
#include <vector>
Go to the source code of this file.
Classes | |
class | ca::par::CellularAutomaton< T > |
Namespaces | |
ca | |
Namespace of the framework. | |
ca::par | |
Namespace containing the implementation of the parallel version of the cellular automaton. | |
This file contains the definition and implementation of the parallel version of the Cellular Automaton.