#if !defined(PETSCMATHTOOL_H) #define PETSCMATHTOOL_H #include namespace htool { template class HMatrixVirtual; /* forward definition of a single needed Htool class */ } PETSC_EXTERN PetscErrorCode MatHtoolGetHierarchicalMat(Mat,const htool::HMatrixVirtual**); #endif /* PETSCMATHTOOL_H */