#include "ne_dyn.h"
#include <gsl/gsl_rng.h>
#include <string.h>
Go to the source code of this file.
Detailed Description
- Author:
- T.E. Gorochowski
Definition in file ne_dyn.c.
Function Documentation
Add a new edge dynamic to the library.
Definition at line 85 of file ne_dyn.c.
Add a new node dynamic to the library.
Definition at line 64 of file ne_dyn.c.
void ne_dyn_finalise |
( |
void |
|
) |
|
Clean up memory used by the dynamics library.
This is automatically called by ne_finalise and should not need to be called manually.
Definition at line 40 of file ne_dyn.c.
Find a given node dynamic from its name.
Definition at line 219 of file ne_dyn.c.
Find a given node dynamic from its name.
Definition at line 194 of file ne_dyn.c.
Remove a edge dynamic from the library.
Definition at line 150 of file ne_dyn.c.
Remove a node dynamic from the library.
Definition at line 106 of file ne_dyn.c.
Variable Documentation
Edge dynamics library.
Definition at line 37 of file ne_dyn.c.
Node dynamics library.
Definition at line 34 of file ne_dyn.c.
Global random number generator (from GSL library).
This is used by all the built in functions and can also be used by user code if required.
Definition at line 37 of file ne_std.c.