check_matrix | check_matrix(A) --- check if A is a valid adjacency matrix for a graph |
find_available | idx = find_available |
free_all | free_all --- delete all graphs from the GRAPH_MAGIC system |
genhtml | generate matgraph html documentation using m2html |
graph_destroy | destroy the GRAPH_MAGIC system |
graph_init | graph_init(capacity) --- used to initialize the GRAPH_MAGIC data |
graph_system_exists | graph_system_exists checks to see if the GRAPH_MAGIC global structure has |
matgraph_version | Report which version of MATGRAPH is being used. |
max_available | num_available --- maximum number of graphs we can hold in this system |
num_available | num_available --- number of free slots in the graph system |
set_large | set_large(n) --- set the cut off size for large graphs. |
swap | swap(a,b) -- return a permutation that swaps a and b, i.e., (a,b) |