For internal use only.
This file contains the implementation of the _st_remove() and st_remove() functions, which cooperate in removing a sparse matrix entry from the table.
Definition in file st_remove.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for st_remove.c:
Go to the source code of this file.
Functions | |
unsigned long | _st_remove (smat_table_t *table, smat_entry_t *entry, unsigned int remflag) |
Remove an entry from a sparse matrix (internal). | |
unsigned long | st_remove (smat_table_t *table, smat_entry_t *entry) |
Remove an entry from a sparse matrix. |