Graphviz
2.41.20171026.1811
|
#include <sparsegraph.h>
Data Fields | |
int | nedges |
int * | edges |
float * | ewgts |
float * | eweights |
Definition at line 79 of file sparsegraph.h.
int* vtx_data::edges |
Definition at line 81 of file sparsegraph.h.
Referenced by bfs(), bfs_bounded(), circuitModel(), common_neighbors(), compute_apsp_artifical_weights_packed(), compute_new_weights(), dijkstra(), dijkstra_bounded(), dijkstra_f(), empty_neighbors_vec(), fill_neighbors_vec_unweighted(), mdsModel(), and mult_sparse_dense_mat_transpose().
float* vtx_data::eweights |
Definition at line 83 of file sparsegraph.h.
float* vtx_data::ewgts |
Definition at line 82 of file sparsegraph.h.
Referenced by circuitModel(), compute_apsp(), compute_apsp_artifical_weights(), compute_apsp_artifical_weights_packed(), compute_new_weights(), dijkstra(), dijkstra_bounded(), embed_graph(), mdsModel(), mult_sparse_dense_mat_transpose(), restore_old_weights(), and stress_majorization_kD_mkernel().
int vtx_data::nedges |
Definition at line 80 of file sparsegraph.h.
Referenced by bfs(), bfs_bounded(), circuitModel(), common_neighbors(), compute_apsp_artifical_weights_packed(), compute_new_weights(), dijkstra(), dijkstra_bounded(), dijkstra_f(), empty_neighbors_vec(), fill_neighbors_vec_unweighted(), mdsModel(), mult_sparse_dense_mat_transpose(), restore_old_weights(), and right_mult_with_vector().