Actual source code: petscmatelemental.h

petsc-3.7.3 2016-08-01
Report Typos and Errors
4: #include <petscmat.h> 6: #if defined(PETSC_HAVE_ELEMENTAL) && defined(__cplusplus) 7: #include <El.hpp> 8: /* c++ prototypes requiring elemental datatypes. */ 9: PETSC_EXTERN PetscErrorCode MatElementalHermitianGenDefEig(El::Pencil,El::UpperOrLower,Mat,Mat,Mat*,Mat*,El::SortType,El::HermitianEigSubset<PetscElemScalar>,const El::HermitianEigCtrl<PetscElemScalar>); 10: #endif 12: #endif /* __PETSCMATELEMENTAL_H */