helib::MatMul1D_CKKS Class Referenceabstract
#include <matmul.h>
Inheritance diagram for helib::MatMul1D_CKKS:

Public Member Functions | |
virtual std::complex< double > | get (long i, long j) const =0 |
void | processDiagonal (zzX &poly, double &size, double &factor, long i, const EncryptedArrayCx &ea) const |
![]() | |
virtual | ~MatMul1D () |
virtual const EncryptedArray & | getEA () const =0 |
virtual long | getDim () const =0 |
Additional Inherited Members | |
![]() | |
typedef MatMul1DExec | ExecType |
Member Function Documentation
◆ get()
|
pure virtual |
◆ processDiagonal()
void helib::MatMul1D_CKKS::processDiagonal | ( | zzX & | poly, |
double & | size, | ||
double & | factor, | ||
long | i, | ||
const EncryptedArrayCx & | ea | ||
) | const |