helib::PowerfulDCRT Class Reference

Conversion between powerful representation, DoubleCRT, and ZZX. More...

#include <powerful.h>

Public Member Functions

 PowerfulDCRT (const Context &_context, const NTL::Vec< long > &mvec)
 
const PowerfulTranslationIndexesgetIndexTranslation () const
 
const PowerfulConversiongetPConv (long i) const
 
void dcrtToPowerful (NTL::Vec< NTL::ZZ > &powerful, const DoubleCRT &dcrt) const
 
void ZZXtoPowerful (NTL::Vec< NTL::ZZ > &powerful, const NTL::ZZX &poly) const
 
void powerfulToZZX (NTL::ZZX &poly, const NTL::Vec< NTL::ZZ > &powerful) const
 

Detailed Description

Conversion between powerful representation, DoubleCRT, and ZZX.

Constructor & Destructor Documentation

◆ PowerfulDCRT()

helib::PowerfulDCRT::PowerfulDCRT ( const Context _context,
const NTL::Vec< long > &  mvec 
)

Member Function Documentation

◆ dcrtToPowerful()

void helib::PowerfulDCRT::dcrtToPowerful ( NTL::Vec< NTL::ZZ > &  powerful,
const DoubleCRT dcrt 
) const

◆ getIndexTranslation()

const PowerfulTranslationIndexes& helib::PowerfulDCRT::getIndexTranslation ( ) const
inline

◆ getPConv()

const PowerfulConversion& helib::PowerfulDCRT::getPConv ( long  i) const
inline

◆ powerfulToZZX()

void helib::PowerfulDCRT::powerfulToZZX ( NTL::ZZX &  poly,
const NTL::Vec< NTL::ZZ > &  powerful 
) const

◆ ZZXtoPowerful()

void helib::PowerfulDCRT::ZZXtoPowerful ( NTL::Vec< NTL::ZZ > &  powerful,
const NTL::ZZX &  poly 
) const