For internal use only.
This file contains the implementation of the st_resize() function, used to force a resize of the sparse matrix hash table.
Definition in file st_resize.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for st_resize.c:
Go to the source code of this file.
Functions | |
unsigned long | st_resize (smat_table_t *table, unsigned long new_size) |
Resize a sparse matrix table. |