X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fpolynomial%2Fpoly_cra.h;h=5bb6f8b2388111cc1ca07a394b4008e21c090ac0;hb=640c8980ed3f00e985ffb4810b3c75a9b8106ba9;hp=2f68034cbca53b0bdd803c9bf719918020b8ea3e;hpb=3627c2c0f2fe8fe04816703c5fc6dad9c96fb0a6;p=ginac.git diff --git a/ginac/polynomial/poly_cra.h b/ginac/polynomial/poly_cra.h index 2f68034c..5bb6f8b2 100644 --- a/ginac/polynomial/poly_cra.h +++ b/ginac/polynomial/poly_cra.h @@ -1,11 +1,34 @@ +/** @file poly_cra.h + * + * Chinese remainder algorithm. */ + +/* + * GiNaC Copyright (C) 1999-2015 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_POLY_CRA_H #define GINAC_POLY_CRA_H + #include "ex.h" -#include #include "smod_helpers.h" -namespace GiNaC -{ +#include + +namespace GiNaC { /** * @brief Chinese reamainder algorithm for polynomials. @@ -34,5 +57,4 @@ ex chinese_remainder(const ex& e1, const cln::cl_I& q1, } // namespace GiNaC -#endif /* GINAC_POLY_CRA_H */ - +#endif // ndef GINAC_POLY_CRA_H