PaStiX Handbook
6.4.0
|
#include "common.h"
#include <spm.h>
#include "graph/graph.h"
#include "blend/elimintree.h"
#include "order_internal.h"
Go to the source code of this file.
Functions | |
int | pastix_subtask_order (pastix_data_t *pastix_data, const spmatrix_t *spm, pastix_order_t *myorder) |
Computes the ordering of the given graph in parameters. More... | |
PaStiX ordering task. Contains wrappers to build a good ordering for sparse direct solvers. Affected by the compilation time options:
Definition in file pastix_subtask_order.c.