helib::MatMulFullHelper< type > Class Template Reference
Inheritance diagram for helib::MatMulFullHelper< type >:
helib::MatMul1D_partial< type > helib::MatMul1D

Public Member Functions

 MatMulFullHelper (const EncryptedArray &_ea_basetype, const MatMulFull_derived< type > &_mat, const std::vector< long > &_init_idxes, long _dim)
 
void processDiagonal (RX &epmat, long offset, const EncryptedArrayDerived< type > &ea) const override
 
const EncryptedArraygetEA () const override
 
long getDim () const override
 
- Public Member Functions inherited from helib::MatMul1D
virtual ~MatMul1D ()
 

Public Attributes

const EncryptedArrayea_basetype
 
const MatMulFull_derived< type > & mat
 
std::vector< long > init_idxes
 
long dim
 

Additional Inherited Members

- Public Types inherited from helib::MatMul1D
typedef MatMul1DExec ExecType
 

Constructor & Destructor Documentation

◆ MatMulFullHelper()

template<typename type >
helib::MatMulFullHelper< type >::MatMulFullHelper ( const EncryptedArray _ea_basetype,
const MatMulFull_derived< type > &  _mat,
const std::vector< long > &  _init_idxes,
long  _dim 
)
inline

Member Function Documentation

◆ getDim()

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

Implements helib::MatMul1D.

◆ getEA()

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

Implements helib::MatMul1D.

◆ processDiagonal()

template<typename type >
void helib::MatMulFullHelper< type >::processDiagonal ( RX &  epmat,
long  offset,
const EncryptedArrayDerived< type > &  ea 
) const
inlineoverridevirtual

Member Data Documentation

◆ dim

template<typename type >
long helib::MatMulFullHelper< type >::dim

◆ ea_basetype

template<typename type >
const EncryptedArray& helib::MatMulFullHelper< type >::ea_basetype

◆ init_idxes

template<typename type >
std::vector<long> helib::MatMulFullHelper< type >::init_idxes

◆ mat

template<typename type >
const MatMulFull_derived<type>& helib::MatMulFullHelper< type >::mat