/* emacs edit mode for this file is -*- C++ -*- */ /* $Id: sm_sparsemod.h,v 1.1 1997-07-15 13:01:49 schmidt Exp $ */ #ifndef INCL_SM_SPARSEMOD_H #define INCL_SM_SPARSEMOD_H //{{{ docu // // sm_sparsemod.h - header to sm_sparsemod.cc. // // Contributed by Marion Bruder . // //}}} #include #include "canonicalform.h" CanonicalForm sparsemod( const CanonicalForm & F, const CanonicalForm & G ); #endif /* ! INCL_SM_SPARSEMOD_H */