algebramix_doc 0.3
|
#include <numerix/modulus.hpp>
#include <algebramix/polynomial_dicho.hpp>
#include <algebramix/polynomial_schonhage_strassen.hpp>
#include <algebramix/polynomial_schonhage_triadic.hpp>
Go to the source code of this file.
#define POLYNOMIAL_GENERIC_USES_SCHONHAGE |
STMPL \ struct polynomial_variant_helper<generic> { \ typedef polynomial_generic_schonhage PV; \ };
Definition at line 132 of file polynomial_schonhage.hpp.
#define TMPL template<typename C> |
Definition at line 23 of file polynomial_schonhage.hpp.