For internal use only.
This file contains the implementation of the st_add() function, used to add an entry to a sparse matrix table.
Definition in file st_add.c.
#include <errno.h>
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for st_add.c:
Go to the source code of this file.
Functions | |
unsigned long | st_add (smat_table_t *table, smat_entry_t **entry_p, smat_head_t *head1, link_loc_t loc1, smat_entry_t *ent1, smat_head_t *head2, link_loc_t loc2, smat_entry_t *ent2) |
Add an entry to a sparse matrix. |