#include "gft_graph.h"
Namespaces | |
gft | |
Base namespace for common definitions and prototypes. | |
gft::Graph | |
Functions | |
Graph * | gft::Graph::Create (int nnodes, int outdegree, float *Wnodes) |
void | gft::Graph::Destroy (Graph **graph) |
void | gft::Graph::addEdge (Graph *graph, int src, int dest, float w) |
void | gft::Graph::addDirectedEdge (Graph *graph, int src, int dest, float w) |