For internal use only.
This file contains the implementation of the sh_find() function, used to look up a specific smat_entry_t in a sparse matrix head.
Definition in file sh_find.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for sh_find.c:
Go to the source code of this file.
Data Structures | |
struct | _sh_find_s |
Sparse matrix head find shim structure. More... | |
Functions | |
static unsigned long | _sh_find_comp (db_key_t *key, void *data) |
Sparse matrix linked list comparision function. | |
unsigned long | sh_find (smat_head_t *head, smat_entry_t **elem_p, smat_comp_t comp_func, smat_entry_t *start, db_key_t *key) |
Find an entry in a row or column of a sparse matrix. |