helib::RandomMatrix< type > Class Template Reference
#include <randomMatrices.h>
Inheritance diagram for helib::RandomMatrix< type >:
Public Member Functions | |
| virtual | ~RandomMatrix () |
| RandomMatrix (const EncryptedArray &_ea, long _dim) | |
| const EncryptedArray & | getEA () const override |
| bool | multipleTransforms () const override |
| long | getDim () const override |
| bool | get (RX &out, long i, long j, UNUSED long k) const override |
Public Member Functions inherited from helib::MatMul1D_derived< type > | |
| 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 |
Public Member Functions inherited from helib::MatMul1D | |
| virtual | ~MatMul1D () |
Additional Inherited Members | |
Public Types inherited from helib::MatMul1D | |
| typedef MatMul1DExec | ExecType |
Constructor & Destructor Documentation
◆ ~RandomMatrix()
template<typename type >
|
inlinevirtual |
◆ RandomMatrix()
template<typename type >
|
inline |
Member Function Documentation
◆ get()
template<typename type >
|
inlineoverride |
◆ getDim()
template<typename type >
|
inlineoverridevirtual |
Implements helib::MatMul1D.
◆ getEA()
template<typename type >
|
inlineoverridevirtual |
Implements helib::MatMul1D.
◆ multipleTransforms()
template<typename type >
|
inlineoverridevirtual |
Implements helib::MatMul1D_derived< type >.
Public Member Functions inherited from
1.9.1