|
parallel-cellular-automata
Framework for building parallel cellular automata.
|
This file contains the definition and implementation of the Cellular Automaton parallelized using OpenMP. More...
Go to the source code of this file.
Classes | |
| class | ca::omp::CellularAutomaton< T > |
| Parallel Cellular Automaton using OpenMP. More... | |
Namespaces | |
| ca | |
| Namespace of the framework. | |
| ca::omp | |
| Namespace containing the implementation of the parallelized version using OpenMP. | |
This file contains the definition and implementation of the Cellular Automaton parallelized using OpenMP.