For internal use only.
This file contains the implementation of the st_iter() function, used to iterate over all entries in a sparse matrix table.
Definition in file st_iter.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for st_iter.c:
Go to the source code of this file.
Data Structures | |
struct | _st_iter_s |
Sparse matrix iteration function shim structure. More... | |
Functions | |
static unsigned long | _st_iter_iter (hash_table_t *table, hash_entry_t *ent, void *extra) |
Sparse matrix hash iteration callback. | |
unsigned long | st_iter (smat_table_t *table, smat_iter_t iter_func, void *extra) |
Iterate over each entry in a sparse matrix. |