helib::RandomMultiBlockMatrix< type > Class Template Reference
#include <randomMatrices.h>
Inheritance diagram for helib::RandomMultiBlockMatrix< type >:
Public Member Functions | |
| RandomMultiBlockMatrix (const EncryptedArray &_ea, long _dim) | |
| bool | get (mat_R &out, long i, long j, long k) const override |
| const EncryptedArray & | getEA () const override |
| long | getDim () const override |
| bool | multipleTransforms () const override |
Public Member Functions inherited from helib::BlockMatMul1D_derived< type > | |
| bool | processDiagonal (std::vector< RX > &poly, long i, const EncryptedArrayDerived< type > &ea) const override |
Public Member Functions inherited from helib::BlockMatMul1D | |
| virtual | ~BlockMatMul1D () |
Additional Inherited Members | |
Public Types inherited from helib::BlockMatMul1D | |
| typedef BlockMatMul1DExec | ExecType |
Constructor & Destructor Documentation
◆ RandomMultiBlockMatrix()
template<typename type >
|
inline |
Member Function Documentation
◆ get()
template<typename type >
|
inlineoverridevirtual |
Implements helib::BlockMatMul1D_derived< type >.
◆ getDim()
template<typename type >
|
inlineoverridevirtual |
Implements helib::BlockMatMul1D.
◆ getEA()
template<typename type >
|
inlineoverridevirtual |
Implements helib::BlockMatMul1D.
◆ multipleTransforms()
template<typename type >
|
inlineoverridevirtual |
Implements helib::BlockMatMul1D_derived< type >.
Public Member Functions inherited from
1.9.1