helib::BlockMatMul1D_derived< type > Class Template Referenceabstract

#include <matmul.h>

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

Public Member Functions

virtual bool multipleTransforms () const =0
 
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 ()
 
virtual const EncryptedArraygetEA () const =0
 
virtual long getDim () const =0
 

Additional Inherited Members

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

Member Function Documentation

◆ get()

template<typename type >
virtual bool helib::BlockMatMul1D_derived< type >::get ( mat_R &  out,
long  i,
long  j,
long  k 
) const
pure virtual

◆ multipleTransforms()

template<typename type >
virtual bool helib::BlockMatMul1D_derived< type >::multipleTransforms ( ) const
pure virtual

◆ processDiagonal()

template<typename type >
template bool helib::BlockMatMul1D_derived< type >::processDiagonal ( std::vector< RX > &  poly,
long  i,
const EncryptedArrayDerived< type > &  ea 
) const
overridevirtual