PaStiX Handbook 6.4.0
|
#include "common.h"
#include "pastix/order.h"
#include "blend/extendVector.h"
#include "graph/graph.h"
Go to the source code of this file.
Functions | |
void | graphComputeProjection (const pastix_graph_t *graph, const int *vertlvl, pastix_order_t *order, const pastix_graph_t *subgraph, pastix_order_t *suborder, pastix_int_t fnode, pastix_int_t lnode, pastix_int_t sn_level, pastix_int_t distance, pastix_int_t maxdepth, pastix_int_t maxwidth, pastix_int_t *depthsze) |
TODO. | |
PaStiX graph routine to compute projection of lower levels supernodes
Definition in file graph_compute_projection.c.