GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Classes | Functions
perm.c File Reference
#include "ghost/context.h"
#include "ghost/locality.h"
#include "ghost/util.h"
Include dependency graph for perm.c:

Classes

struct  ghost_permutation_ent_t
 

Functions

static int perm_ent_cmp (const void *a, const void *b)
 
ghost_error ghost_global_perm_inv (ghost_gidx *toPerm, ghost_gidx *fromPerm, ghost_context *context)
 Create a global inverse permutation from a present global permutation. More...
 

Function Documentation

ghost_error ghost_global_perm_inv ( ghost_gidx toPerm,
ghost_gidx fromPerm,
ghost_context context 
)

Create a global inverse permutation from a present global permutation.

Parameters
contextA context with a valid global permutation
Returns
GHOST_SUCCESS on success or an error indicator.

Here is the call graph for this function:

static int perm_ent_cmp ( const void *  a,
const void *  b 
)
static