helib::RandomBlockMatrix< type > Class Template Reference

#include <randomMatrices.h>

Inheritance diagram for helib::RandomBlockMatrix< type >:
helib::BlockMatMul1D_derived< type > helib::BlockMatMul1D_partial< type > helib::BlockMatMul1D

Public Member Functions

 RandomBlockMatrix (const EncryptedArray &_ea, long _dim)
 
bool get (mat_R &out, long i, long j, UNUSED long k) const override
 
const EncryptedArraygetEA () const override
 
long getDim () const override
 
bool multipleTransforms () const override
 
- Public Member Functions inherited from helib::BlockMatMul1D_derived< type >
virtual bool get (mat_R &out, long i, long j, long k) const =0
 
bool processDiagonal (std::vector< RX > &poly, long i, const EncryptedArrayDerived< type > &ea) const override
 
- Public Member Functions inherited from helib::BlockMatMul1D
virtual ~BlockMatMul1D ()
 

Additional Inherited Members

- Public Types inherited from helib::BlockMatMul1D
typedef BlockMatMul1DExec ExecType
 

Constructor & Destructor Documentation

◆ RandomBlockMatrix()

template<typename type >
helib::RandomBlockMatrix< type >::RandomBlockMatrix ( const EncryptedArray _ea,
long  _dim 
)
inline

Member Function Documentation

◆ get()

template<typename type >
bool helib::RandomBlockMatrix< type >::get ( mat_R &  out,
long  i,
long  j,
UNUSED long  k 
) const
inlineoverride

◆ getDim()

template<typename type >
long helib::RandomBlockMatrix< type >::getDim ( ) const
inlineoverridevirtual

Implements helib::BlockMatMul1D.

◆ getEA()

template<typename type >
const EncryptedArray& helib::RandomBlockMatrix< type >::getEA ( ) const
inlineoverridevirtual

Implements helib::BlockMatMul1D.

◆ multipleTransforms()

template<typename type >
bool helib::RandomBlockMatrix< type >::multipleTransforms ( ) const
inlineoverridevirtual