#if !defined(__PETSCMATELEMENTAL_H) #define __PETSCMATELEMENTAL_H #include #if defined(PETSC_HAVE_ELEMENTAL) && defined(__cplusplus) #include /* c++ prototypes requiring elemental datatypes. */ PETSC_EXTERN PetscErrorCode MatElementalHermitianGenDefEig(El::Pencil,El::UpperOrLower,Mat,Mat,Mat*,Mat*,El::SortType,El::HermitianEigSubset,const El::HermitianEigCtrl); #endif #endif /* __PETSCMATELEMENTAL_H */