Function adj_matrix_destroy

Function Documentation

void adj_matrix_destroy(struct adj_matrix *matrix)

Destroy an adjacency matrix. Any further use of the provided handle is undefined.

Parameters:

matrix – The matrix handle.