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

Public Types | |
typedef MatMul1DExec | ExecType |
Public Member Functions | |
virtual | ~MatMul1D () |
virtual const EncryptedArray & | getEA () const =0 |
virtual long | getDim () const =0 |
Member Typedef Documentation
◆ ExecType
Constructor & Destructor Documentation
◆ ~MatMul1D()
|
inlinevirtual |
Member Function Documentation
◆ getDim()
|
pure virtual |
Implemented in helib::MatMulFullHelper< type >, helib::RandomMultiMatrix< type >, and helib::RandomMatrix< type >.
◆ getEA()
|
pure virtual |
Implemented in helib::MatMulFullHelper< type >, helib::RandomMultiMatrix< type >, and helib::RandomMatrix< type >.