#include <numerix/modular.hpp>
#include <algebramix/polynomial.hpp>
#include <algebramix/polynomial_carry_naive.hpp>
#include <algebramix/base.hpp>
Go to the source code of this file.
#define default_p_expansion | ( | M | ) | p_expansion(M,typename P_expansion_variant(M)) |
Definition at line 24 of file p_expansion.hpp.
Referenced by ser_carry_separable_root_op::binpow_no_tangent(), ser_carry_pth_root_reg_op::binpow_no_tangent_normalized(), ser_carry_separable_root_op::def(), ser_carry_pth_root_reg_op::def(), and mmx::integer_to_series_carry().
#define M modular<modulus<C,U1>,U2> |
Definition at line 25 of file p_expansion.hpp.
#define p_expansion | ( | M, | |||
V | ) | polynomial<M,V> |
Definition at line 23 of file p_expansion.hpp.
Referenced by as_helper< polynomial< modular< modulus< C, U1 >, U2 >, V >, Lift_type(modular< modulus< C, U1 >, U2 >)>::cv().
#define P_expansion_variant | ( | M | ) | Polynomial_carry_variant(M) |
Definition at line 22 of file p_expansion.hpp.