For internal use only.
This file contains the implementation of the sh_flush() function, used to release all entries in a sparse matrix linked list.
Definition in file sh_flush.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for sh_flush.c:
Go to the source code of this file.
Data Structures | |
struct | _sh_flush_s |
Sparse matrix flush function shim structure. More... | |
Functions | |
static unsigned long | _sh_flush_iter (link_head_t *head, link_elem_t *elem, void *extra) |
Sparse matrix linked list flush callback. | |
unsigned long | sh_flush (smat_head_t *head, smat_iter_t flush_func, void *extra) |
Flush a row or column of a sparse matrix. |