parallel-cellular-automata
Framework for building parallel cellular automata.
|
Definition of the grid of the automaton. More...
#include <exception>
#include <fstream>
#include <iostream>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | ca::Grid< T > |
Grid of the cellular automaton. More... | |
Namespaces | |
ca | |
Namespace of the framework. | |
Definition of the grid of the automaton.