|
parallel-cellular-automata
Framework for building parallel cellular automata.
|
This file contains the definition and implementation of the sequential version of the Cellular Automaton. More...
#include <functional>#include <iostream>#include <tuple>#include "cellular_automata.hpp"#include "grid.hpp"Go to the source code of this file.
Classes | |
| class | ca::seq::CellularAutomaton< T > |
| Sequential Cellular Automaton. More... | |
Namespaces | |
| ca | |
| Namespace of the framework. | |
| ca::seq | |
| Namespace containing the implementation of the sequential version. | |
This file contains the definition and implementation of the sequential version of the Cellular Automaton.