helib::BlockMatMul1D_partial< type > Class Template Referenceabstract
#include <matmul.h>
Inheritance diagram for helib::BlockMatMul1D_partial< type >:

Public Member Functions | |
virtual bool | processDiagonal (std::vector< RX > &poly, long i, const EncryptedArrayDerived< type > &ea) const =0 |
![]() | |
virtual | ~BlockMatMul1D () |
virtual const EncryptedArray & | getEA () const =0 |
virtual long | getDim () const =0 |
Additional Inherited Members | |
![]() | |
typedef BlockMatMul1DExec | ExecType |
Member Function Documentation
◆ processDiagonal()
template<typename type >
|
pure virtual |
Implemented in helib::BlockMatMulFullHelper< type >, and helib::BlockMatMul1D_derived< type >.