Actual source code: order.h
petsc-3.3-p4 2012-10-26
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*);