Actual source code: order.h

  1: #include "petscmat.h"
  2: /*
  3:    Defines the interface to the SparsePack routines, translated into C.
  4: */
  5: EXTERN PetscErrorCode SPARSEPACKgen1wd(PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*);
  6: EXTERN PetscErrorCode SPARSEPACKgennd(PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*);
  7: EXTERN PetscErrorCode SPARSEPACKgenrcm(PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*);
  8: EXTERN PetscErrorCode SPARSEPACKgenqmd(PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*);