For internal use only.
This file contains the implementation of the st_init() function, used to dynamically initialize a sparse matrix table.
Definition in file st_init.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for st_init.c:
Go to the source code of this file.
Functions | |
unsigned long | st_init (smat_table_t *table, unsigned long flags, smat_resize_t resize, void *extra, unsigned long init_mod) |
Dynamically initialize a sparse matrix table. |