Glauber Dynamics in C
Simulation for Glauber Dynamics written in C11
|
The vertex struct containing the neighbouring edges as pointers. More...
#include <lib/weightedgraph/include/vertex.h>
Data Fields | |
int | dim |
The number of slots in array (local dimension) | |
double | local_weight |
The sum of all weights of connected edges. | |
edge ** | edges |
The list of neighbour edge instances as pointers. | |
The vertex struct containing the neighbouring edges as pointers.