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

Public Member Functions | |
virtual | ~MatMulExecBase () |
virtual const EncryptedArray & | getEA () const =0 |
virtual void | upgrade ()=0 |
virtual void | mul (Ctxt &ctxt) const =0 |
Constructor & Destructor Documentation
◆ ~MatMulExecBase()
|
inlinevirtual |
Member Function Documentation
◆ getEA()
|
pure virtual |
Implemented in helib::BlockMatMulFullExec, helib::MatMulFullExec, helib::BlockMatMul1DExec, and helib::MatMul1DExec.
◆ mul()
|
pure virtual |
Implemented in helib::BlockMatMulFullExec, helib::MatMulFullExec, helib::BlockMatMul1DExec, and helib::MatMul1DExec.
◆ upgrade()
|
pure virtual |
Implemented in helib::BlockMatMulFullExec, helib::MatMulFullExec, helib::BlockMatMul1DExec, and helib::MatMul1DExec.