Utopia 2
Framework for studying models of complex & adaptive systems.
|
#include <cmath>
#include <armadillo>
#include <spdlog/spdlog.h>
#include "../data_io/cfg_utils.hh"
#include "types.hh"
Go to the source code of this file.
Classes | |
struct | Utopia::Space< num_dims > |
The Space bundles properties about the physical space a model resides in. More... | |
Namespaces | |
namespace | Utopia |
Typedefs | |
using | Utopia::DefaultSpace = Space< 2 > |
The default Space object to be used throughout Utopia. | |