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

Public Member Functions | |
virtual bool | multipleTransforms () const =0 |
virtual bool | get (RX &out, long i, long j, long k) const =0 |
void | processDiagonal (RX &poly, long i, const EncryptedArrayDerived< type > &ea) const override |
![]() | |
virtual | ~MatMul1D () |
virtual const EncryptedArray & | getEA () const =0 |
virtual long | getDim () const =0 |
Additional Inherited Members | |
![]() | |
typedef MatMul1DExec | ExecType |
Member Function Documentation
◆ get()
template<typename type >
|
pure virtual |
Implemented in helib::RandomMultiMatrix< type >.
◆ multipleTransforms()
template<typename type >
|
pure virtual |
Implemented in helib::RandomMultiMatrix< type >, and helib::RandomMatrix< type >.
◆ processDiagonal()
template<typename type >
|
overridevirtual |
Implements helib::MatMul1D_partial< type >.