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