helib::RandomFullMatrix< type > Class Template Reference
#include <randomMatrices.h>
Inheritance diagram for helib::RandomFullMatrix< type >:

Public Member Functions | |
RandomFullMatrix (const EncryptedArray &_ea) | |
bool | get (RX &out, long i, long j) const override |
const EncryptedArray & | getEA () const override |
![]() | |
virtual | ~MatMulFull () |
Additional Inherited Members | |
![]() | |
typedef MatMulFullExec | ExecType |
Constructor & Destructor Documentation
◆ RandomFullMatrix()
template<typename type >
|
inline |
Member Function Documentation
◆ get()
template<typename type >
|
inlineoverridevirtual |
Implements helib::MatMulFull_derived< type >.
◆ getEA()
template<typename type >
|
inlineoverridevirtual |
Implements helib::MatMulFull.