For internal use only.
This file contains the implementation of the _smat_resize() function, the resize callback used by sparse matrices.
Definition in file _smat_resize.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for _smat_resize.c:
Go to the source code of this file.
Functions | |
unsigned long | _smat_resize (hash_table_t *table, unsigned long new_mod) |
Sparse matrix resize function. |