generate_adjacency Interface

interface
private module subroutine generate_adjacency(this, index_list)

Arguments

Type IntentOptional Attributes Name
class(graph_type), intent(inout) :: this

Parent. Instance of the graph structure.

integer, intent(in), optional, dimension(:,:) :: index_list

List of indices to be used for the adjacency matrix.

Description

Interface for generating the adjacency matrix.