Defines |
#define | SPLIT_TOP |
Functions |
int_t | ParallelInit (int_t n, pxgstrf_relax_t *pxgstrf_relax, superlumt_options_t *superlumt_options, pxgstrf_shared_t *pxgstrf_shared) |
int_t | ParallelFinalize (pxgstrf_shared_t *pxgstrf_shared) |
int_t | queue_init (queue_t *q, int_t n) |
int_t | queue_destroy (queue_t *q) |
int_t | Enqueue (queue_t *q, qitem_t item) |
int_t | Dequeue (queue_t *q, qitem_t *item) |
int_t | QueryQueue (queue_t *q) |
int_t | EnqueueRelaxSnode (queue_t *q, int_t n, pxgstrf_relax_t *pxgstrf_relax, pxgstrf_shared_t *pxgstrf_shared) |
int_t | EnqueueDomains (queue_t *q, struct Branch *list_head, pxgstrf_shared_t *pxgstrf_shared) |
int_t | NewNsuper (const int_t pnum, pxgstrf_shared_t *pxgstrf_shared, int_t *data) |
int_t | lockon (int_t *block) |
int_t | lockoff (int_t *block) |