X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fpolynomial%2Fupoly.h;h=bf14049ecc234259bb058adba4330b1b4a945ebc;hp=bbbb91a7ccb2854e7bed71137c03628ab359ecae;hb=cca88b51436e4b654d16a4d60cd0d1c66fcf5dd6;hpb=80b1c3e0ee0e465d56e5c76bef4e52ef2dbc5197 diff --git a/ginac/polynomial/upoly.h b/ginac/polynomial/upoly.h index bbbb91a7..bf14049e 100644 --- a/ginac/polynomial/upoly.h +++ b/ginac/polynomial/upoly.h @@ -1,19 +1,42 @@ -#ifndef GINAC_NEW_UPOLY_HPP -#define GINAC_NEW_UPOLY_HPP -#include -#include +/** @file upoly.h + * + * Interface to polynomials with integer and modular coefficients. */ + +/* + * GiNaC Copyright (C) 1999-2014 Johannes Gutenberg University Mainz, Germany + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef GINAC_UPOLY_H +#define GINAC_UPOLY_H + +#include "ring_traits.h" +#include "debug.h" +#include "compiler.h" + #include -#include #include -#include +#include +#include #include #include -#include "ring_traits.h" -#include "debug.h" -#include "compiler.h" +#include +#include -namespace GiNaC -{ +namespace GiNaC { typedef std::vector upoly; typedef std::vector umodpoly; @@ -156,5 +179,4 @@ make_umodpoly(umodpoly& up, const upoly& p, const cln::cl_modint_ring& R) } // namespace GiNaC -#endif // GINAC_NEW_UPOLY_HPP - +#endif // GINAC_UPOLY_H