Actual source code: order.h
1: /*
2: Defines the interface to the SparsePack routines, translated into C.
3: */
4: EXTERN PetscErrorCode SPARSEPACKgen1wd(PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*);
5: EXTERN PetscErrorCode SPARSEPACKgennd(PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*);
6: EXTERN PetscErrorCode SPARSEPACKgenrcm(PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*);
7: EXTERN PetscErrorCode SPARSEPACKgenqmd(PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*);