For internal use only.
This file contains the implementation of the st_find() function, used to locate a specific entry in a sparse matrix table.
Definition in file st_find.c.
#include <string.h>
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for st_find.c:
Go to the source code of this file.
Functions | |
unsigned long | st_find (smat_table_t *table, smat_entry_t **entry_p, smat_head_t *head1, smat_head_t *head2) |
Find an entry in a sparse matrix. |