|
pure integer function | num_edges_csr (csr) |
|
pure integer function | num_nodes_csr (csr) |
|
subroutine | graph_csr_from_adj_matrix_i4 (csr, adj, assert_undirected, node_offset) |
| Construct CSR graph object from adjacency matrix. More...
|
|
subroutine | graph_csr_from_rect_i4 (csr, rect) |
|
subroutine | graph_csr_from_rect_mt_i4 (csr, rect) |
|
subroutine | graph_csr_from_irect_mt_i4 (csr, rect) |
|
subroutine | csr_rect_alloc (csr, rect) |
|
subroutine | write_graph_csr_plain (lun, csr, node_bias, flags) |
|
subroutine | write_graph_csr_nw (lun, csr, node_weights, node_bias, flags) |
|
subroutine | write_graph_csr_ew (lun, csr, edge_weights, node_bias, flags) |
|
subroutine | write_graph_csr_nwm (lun, csr, node_weights, node_bias, flags) |
|
subroutine | write_graph_csr_nwm_ew (lun, csr, node_weights, edge_weights, node_bias, flags) |
|
subroutine | write_graph_csr_nwmo_ewo (lun, csr, node_weights, edge_weights, node_bias, flags) |
|
elemental logical function | graph_csr_equal_i4 (a, b) |
|
subroutine, public | read_graph (lun, csr, node_weights, edge_weights, ierror) |
|
integer(i4) function | edge_index (graph, edge) |
|
subroutine, public | assign_edge_weight (graph, edge, weights, weight) |
|
subroutine, public | assign_symmetric_edge_weight (graph, edge, weights, weight) |
|
logical function | graph_is_symmetric_csr (graph) |
|
logical function | graph_is_symmetric_csr_ew (graph, edge_weights) |
|
data structure for representation of graph in csr format