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 |
![]() | |
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 () |
Additional Inherited Members | |
![]() | |
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 >.