Function adj_matrix_init
Defined in File adj_matrix.h
Function Documentation
- struct adj_matrix * adj_matrix_init (struct adj_matrix *matrix_in, const struct adj_matrix_params *params) RCSW_WUR
 Initialize an adjacency matrix.
- Parameters:
 matrix_in – An application allocated handle for the matrix. Can be NULL, depending on if RCSW_NOALLOC_HANDLE is passed in adj_matrix_params::flags or not.
params – Initialization parameters.
- Returns:
 The initialized adjacency matrix, or NULL if an error occurred.