![]() |
GHOST
1.1.2
General, Hybrid, and Optimized Sparse Toolkit
|
#include "ghost/sparsemat.h"
#include "ghost/util.h"
#include "ghost/locality.h"
#include "ghost/bincrs.h"
Functions | |
ghost_error | ghost_sparsemat_perm_scotch (ghost_context *ctx, ghost_sparsemat *mat) |
Create a matrix permutation based on (PT-)SCOTCH. More... | |
ghost_error ghost_sparsemat_perm_scotch | ( | ghost_context * | ctx, |
ghost_sparsemat * | mat | ||
) |
Create a matrix permutation based on (PT-)SCOTCH.
[out] | ctx | The context in which to store the permutations. |
[in] | mat | The unpermuted SELL-1-1 source sparse matrix. |