X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fpolynomial%2Fdivide_in_z_p.h;h=e6613d4566ec4c9d94e6537da1b60f862db1485f;hb=aed514f534cc6b4438822c1fcf80c203a828a94c;hp=f790fcdcb41b70a361b4054ddbc430ea72e58a16;hpb=45b1e47372090352ac5af655b32473df2abab23b;p=ginac.git diff --git a/ginac/polynomial/divide_in_z_p.h b/ginac/polynomial/divide_in_z_p.h index f790fcdc..e6613d45 100644 --- a/ginac/polynomial/divide_in_z_p.h +++ b/ginac/polynomial/divide_in_z_p.h @@ -1,9 +1,31 @@ +/** @file divide_in_z_p.h + * + * Interface to polynomial division in Z/Zp. */ + +/* + * GiNaC Copyright (C) 1999-2022 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_CHINREM_GCD_DIVIDE_IN_Z_P_H #define GINAC_CHINREM_GCD_DIVIDE_IN_Z_P_H -#include -namespace GiNaC -{ +#include "ex.h" + +namespace GiNaC { /** * Exact polynomial division of a, b \in Z_p[x_0, \ldots, x_n] @@ -23,5 +45,4 @@ divide_in_z_p(const ex &a, const ex &b, ex &q, const exvector& vars, const long } // namespace GiNaC -#endif /* GINAC_CHINREM_GCD_DIVIDE_IN_Z_P_H */ - +#endif // ndef GINAC_CHINREM_GCD_DIVIDE_IN_Z_P_H