00001 00002 /****************************************************************************** 00003 * MODULE : polynomial_p_adic.hpp 00004 * DESCRIPTION: Polynomials over p_adic numbers 00005 * COPYRIGHT : (C) 2009 Gregoire Lecerf 00006 ******************************************************************************* 00007 * This software falls under the GNU general public license and comes WITHOUT 00008 * ANY WARRANTY WHATSOEVER. See the file $TEXMACS_PATH/LICENSE for more details. 00009 * If you don't have this file, write to the Free Software Foundation, Inc., 00010 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00011 ******************************************************************************/ 00012 00013 #ifndef __MMX_POLYNOMIAL_P_ADIC_HPP 00014 #define __MMX_POLYNOMIAL_P_ADIC_HPP 00015 #include <algebramix/p_adic.hpp> 00016 #include <algebramix/polynomial_series.hpp> 00017 00018 namespace mmx { 00019 00020 /****************************************************************************** 00021 * Variants 00022 ******************************************************************************/ 00023 00024 DEFINE_VARIANT (polynomial_p_adic_dicho, 00025 polynomial_series< 00026 polynomial_dicho< 00027 polynomial_naive> >) 00028 00029 } // namespace mmx 00030 #endif // __MMX_POLYNOMIAL_P_ADIC_HPP