Function csmatrix_entry_delete

Function Documentation

status_t csmatrix_entry_delete(struct csmatrix *matrix, size_t row, size_t col)

Remove an entry to the matrix.

The (row, col) cannot be outside of the current dimensions of the matrix.

Parameters:
  • matrix – The matrix handle.

  • row – The row for the entry to delete.

  • col – The column for the entry to delete.

Returns:

status_t.