Function csmatrix_entry_get

Function Documentation

void *csmatrix_entry_get(const struct csmatrix *matrix, size_t row, size_t col)

Get a reference to a specific (row, col) within the matrix.

Parameters:
  • matrix – The matrix handle.

  • row – The row for the entry to delete.

  • col – The column for the entry to delete.

Returns:

The entry, or NULL if an ERROR occurred or the (row, col) wasn’t found.