PaStiX Handbook
6.4.0
|
#include "common.h"
#include <string.h>
#include "graph/graph.h"
#include "order/order_internal.h"
#include "blend/elimintree.h"
#include "blend/extendVector.h"
Go to the source code of this file.
Functions | |
pastix_int_t | orderSupernodes (const pastix_graph_t *graph, pastix_order_t *order, EliminTree *etree, pastix_int_t *iparm, int do_schur) |
Order the supernodes with one of the clustering strategies. More... | |
PaStiX order routines dedicated to split supernodes thanks to graph connectivity
Definition in file order_supernodes.c.