#include <numerix/integer.hpp>
#include <basix/vector.hpp>
#include <algebramix/polynomial.hpp>
#include <algebramix/polynomial_polynomial.hpp>
#include <algebramix/polynomial_integer.hpp>
#include <algebramix/polynomial_schonhage.hpp>
#include <basix/tuple.hpp>
#include <basix/glue.hpp>
Go to the source code of this file.
Namespaces
Functions
- template<typename C > polynomial< C > polynomial_reverse (const vector< C > &v)
- template<typename C > polynomial< modular< modulus
< C >, modular_local > > as_polynomial_modular (const polynomial< C > &f, const modulus< C > &p)
- template<typename C > vector< generic > wrap_subresultants (const polynomial< C > &f, const polynomial< C > &g)
- static polynomial< integer > GLUE_1 (const tuple< integer > &arg_1)
- static polynomial< integer > GLUE_2 (const tuple< integer > &arg_1)
- static void GLUE_3 (const polynomial< integer > &arg_1, const generic &arg_2)
- static polynomial< integer > GLUE_4 (const integer &arg_1)
- static iterator< generic > GLUE_5 (const polynomial< integer > &arg_1)
- static int GLUE_6 (const polynomial< integer > &arg_1)
- static int GLUE_7 (const polynomial< integer > &arg_1)
- static integer GLUE_8 (const polynomial< integer > &arg_1, const int &arg_2)
- static polynomial< integer > GLUE_9 (const polynomial< integer > &arg_1)
- static polynomial< integer > GLUE_10 (const polynomial< integer > &arg_1)
- static polynomial< integer > GLUE_11 (const polynomial< integer > &arg_1, const polynomial< integer > &arg_2)
- static polynomial< integer > GLUE_12 (const polynomial< integer > &arg_1, const polynomial< integer > &arg_2)
- static polynomial< integer > GLUE_13 (const polynomial< integer > &arg_1, const polynomial< integer > &arg_2)
- static polynomial< integer > GLUE_14 (const integer &arg_1, const polynomial< integer > &arg_2)
- static polynomial< integer > GLUE_15 (const polynomial< integer > &arg_1, const integer &arg_2)
- static polynomial< integer > GLUE_16 (const integer &arg_1, const polynomial< integer > &arg_2)
- static polynomial< integer > GLUE_17 (const polynomial< integer > &arg_1, const integer &arg_2)
- static polynomial< integer > GLUE_18 (const integer &arg_1, const polynomial< integer > &arg_2)
- static polynomial< integer > GLUE_19 (const polynomial< integer > &arg_1, const integer &arg_2)
- static polynomial< integer > GLUE_20 (const polynomial< integer > &arg_1, const int &arg_2)
- static polynomial< integer > GLUE_21 (const polynomial< integer > &arg_1, const int &arg_2)
- static polynomial< integer > GLUE_22 (const polynomial< integer > &arg_1, const int &arg_2)
- static polynomial< integer > GLUE_23 (const polynomial< integer > &arg_1)
- static polynomial< integer > GLUE_24 (const polynomial< integer > &arg_1)
- static integer GLUE_25 (const polynomial< integer > &arg_1, const integer &arg_2)
- static vector< integer > GLUE_26 (const polynomial< integer > &arg_1, const vector< integer > &arg_2)
- static integer GLUE_27 (const polynomial< integer > &arg_1, const integer &arg_2)
- static vector< integer > GLUE_28 (const polynomial< integer > &arg_1, const vector< integer > &arg_2)
- static polynomial< generic > GLUE_29 (const polynomial< integer > &arg_1)
- void glue_polynomial_integer ()