Function drop_sparse_matrix_element

Source
pub fn drop_sparse_matrix_element(
    matrix: &mut impl GetGraphblasSparseMatrix,
    row_index: RowIndex,
    column_index: ColumnIndex,
) -> Result<(), SparseLinearAlgebraError>