powerful.h
long polyToPowerful(HyperCube< NTL::zz_p > &powerful, const NTL::zz_pX &poly) const
Definition: powerful.cpp:199
PowerfulConversion(const PowerfulTranslationIndexes &ind)
Definition: powerful.h:93
const PowerfulConversion & getPConv(long i) const
Definition: powerful.h:155
NTL::Vec< long > cubeToPolyMap
Definition: powerful.h:43
Implementing polynomials (elements in the ring R_Q) in double-CRT form.
Definition: DoubleCRT.h:76
const PowerfulTranslationIndexes & getIndexTranslation() const
Definition: powerful.h:151
PowerfulDCRT(const Context &_context, const NTL::Vec< long > &mvec)
Definition: powerful.cpp:246
void computeInvVec(NTL::Vec< long > &invVec, const NTL::Vec< long > &divVec, const NTL::Vec< long > &powVec)
Definition: powerful.cpp:35
const CubeSignature & getShortSig() const
Definition: powerful.h:116
long computeProd(const NTL::Vec< long > &vec)
returns \prod_d vec[d]
Definition: NumbTh.cpp:92
void computeDivVec(NTL::Vec< long > &divVec, long m, const NTL::Vec< long > &powVec)
Definition: powerful.cpp:22
NTL::Vec< long > polyToCubeMap
Definition: powerful.h:42
NTL::Vec< long > shortToLongMap
Definition: powerful.h:44
void initPConv(const PowerfulTranslationIndexes &ind)
Definition: powerful.h:99
void powerfulToZZX(NTL::ZZX &poly, const NTL::Vec< NTL::ZZ > &powerful) const
Definition: powerful.cpp:354
PowerfulTranslationIndexes(const NTL::Vec< long > &mv)
Definition: powerful.cpp:152
long powerfulToPoly(NTL::zz_pX &poly, const HyperCube< NTL::zz_p > &powerful) const
Definition: powerful.cpp:223
Definition: apiAttributes.h:21
const CubeSignature & getLongSig() const
Definition: powerful.h:115
Holds a vector of dimensions for a hypercube and some additional data.
Definition: hypercube.h:28
void dcrtToPowerful(NTL::Vec< NTL::ZZ > &powerful, const DoubleCRT &dcrt) const
Definition: powerful.cpp:393
Conversion between powerful representation in R_m/(q) and zz_pX.
Definition: powerful.h:84
void ZZXtoPowerful(NTL::Vec< NTL::ZZ > &powerful, const NTL::ZZX &poly) const
Definition: powerful.cpp:309
Holds index tables for translation between powerful and zz_pX.
Definition: powerful.h:30
Conversion between powerful representation, DoubleCRT, and ZZX.
Definition: powerful.h:131