/* emacs edit mode for this file is -*- C++ -*- */ /* $Id$ */ #ifndef INCL_SM_SPARSEMOD_H #define INCL_SM_SPARSEMOD_H //{{{ docu // // sm_sparsemod.h - header to sm_sparsemod.cc. // // Contributed by Marion Bruder . // //}}} // #include "config.h" #include "canonicalform.h" CanonicalForm sparsemod( const CanonicalForm & F, const CanonicalForm & G ); #endif /* ! INCL_SM_SPARSEMOD_H */