00001 /********************************************************************* 00002 * This file is part of the source code of ALP software. * 00003 * (C) B. Mourrain, SAGA, INRIA, FRISCO LTR 21024 * 00004 ********************************************************************** 00005 History: 00006 $Id: mpoly.H,v 1.1.1.1 2006/10/06 08:01:39 trebuche Exp $ 00007 **********************************************************************/ 00008 #include <list> 00009 #include <string> 00010 #include "arithm/Arith.H" 00011 #include "mpoly/dynamicexp.H" 00012 #include "mpoly/numexp.H" 00013 #include "mpoly/Monom.H" 00014 #include "mpoly/MPoly.H" 00015 #include "mpoly/MPoly.C" 00016 #include "mpoly/MPolyFunction.H" 00017 #include "mpoly/MPolyFunction.C" 00018 #include "mpoly/Dlex.H" 00019 #include "mpoly/Plex.H"