For internal use only.
This file contains the implementation of the sh_move() function, used to move sparse matrix entries from one place to another in a sparse matrix head list.
Definition in file sh_move.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for sh_move.c:
Go to the source code of this file.
Functions | |
unsigned long | sh_move (smat_head_t *head, smat_entry_t *elem, link_loc_t loc, smat_entry_t *elem2) |
Move an entry within a row or column list. |