helib::BlockMatMul1D_partial< type > Class Template Referenceabstract

#include <matmul.h>

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

Public Member Functions

virtual bool processDiagonal (std::vector< RX > &poly, long i, const EncryptedArrayDerived< type > &ea) const =0
 
- 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

◆ processDiagonal()

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