X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fpolynomial%2Fdivide_in_z_p.h;h=3ba2555ae26b7da4a4e117fa9e17f23dc6a918cc;hb=90ad10b58d02365a407b2d84d8b93e50030feaa5;hp=d973e5eaf7636a7dda93d45c12942cb7fb123300;hpb=b9dc3d71083fe1a2f90a34db24b57b06ad51ebde;p=ginac.git diff --git a/ginac/polynomial/divide_in_z_p.h b/ginac/polynomial/divide_in_z_p.h index d973e5ea..3ba2555a 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-2010 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 "ex.h" -namespace GiNaC -{ + +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