helib::PAlgebraModBase Class Referenceabstract

Virtual base class for PAlgebraMod. More...

#include <PAlgebra.h>

Inheritance diagram for helib::PAlgebraModBase:
helib::PAlgebraModCx

Public Member Functions

virtual ~PAlgebraModBase ()
 
virtual PAlgebraModBaseclone () const =0
 
virtual PA_tag getTag () const =0
 Returns the type tag: PA_GF2_tag or PA_zz_p_tag. More...
 
virtual const PAlgebragetZMStar () const =0
 Returns reference to underlying PAlgebra object. More...
 
virtual const std::vector< NTL::ZZX > & getFactorsOverZZ () const =0
 Returns reference to the factorization of Phi_m(X) mod p^r, but as ZZX's. More...
 
virtual long getR () const =0
 The value r. More...
 
virtual long getPPowR () const =0
 The value p^r. More...
 
virtual void restoreContext () const =0
 Restores the NTL context for p^r. More...
 
virtual zzX getMask_zzX (long i, long j) const =0
 

Detailed Description

Virtual base class for PAlgebraMod.

Constructor & Destructor Documentation

◆ ~PAlgebraModBase()

virtual helib::PAlgebraModBase::~PAlgebraModBase ( )
inlinevirtual

Member Function Documentation

◆ clone()

virtual PAlgebraModBase* helib::PAlgebraModBase::clone ( ) const
pure virtual

Implemented in helib::PAlgebraModCx.

◆ getFactorsOverZZ()

virtual const std::vector<NTL::ZZX>& helib::PAlgebraModBase::getFactorsOverZZ ( ) const
pure virtual

Returns reference to the factorization of Phi_m(X) mod p^r, but as ZZX's.

Implemented in helib::PAlgebraModCx.

◆ getMask_zzX()

virtual zzX helib::PAlgebraModBase::getMask_zzX ( long  i,
long  j 
) const
pure virtual

◆ getPPowR()

virtual long helib::PAlgebraModBase::getPPowR ( ) const
pure virtual

The value p^r.

Implemented in helib::PAlgebraModCx.

◆ getR()

virtual long helib::PAlgebraModBase::getR ( ) const
pure virtual

The value r.

Implemented in helib::PAlgebraModCx.

◆ getTag()

virtual PA_tag helib::PAlgebraModBase::getTag ( ) const
pure virtual

Returns the type tag: PA_GF2_tag or PA_zz_p_tag.

Implemented in helib::PAlgebraModCx.

◆ getZMStar()

virtual const PAlgebra& helib::PAlgebraModBase::getZMStar ( ) const
pure virtual

Returns reference to underlying PAlgebra object.

Implemented in helib::PAlgebraModCx.

◆ restoreContext()

virtual void helib::PAlgebraModBase::restoreContext ( ) const
pure virtual

Restores the NTL context for p^r.

Implemented in helib::PAlgebraModCx.