helib::RandomFullMatrix< type > Class Template Reference

#include <randomMatrices.h>

Inheritance diagram for helib::RandomFullMatrix< type >:
helib::MatMulFull_derived< type > helib::MatMulFull

Public Member Functions

 RandomFullMatrix (const EncryptedArray &_ea)
 
bool get (RX &out, long i, long j) const override
 
const EncryptedArraygetEA () const override
 
- Public Member Functions inherited from helib::MatMulFull
virtual ~MatMulFull ()
 

Additional Inherited Members

- Public Types inherited from helib::MatMulFull
typedef MatMulFullExec ExecType
 

Constructor & Destructor Documentation

◆ RandomFullMatrix()

template<typename type >
helib::RandomFullMatrix< type >::RandomFullMatrix ( const EncryptedArray _ea)
inline

Member Function Documentation

◆ get()

template<typename type >
bool helib::RandomFullMatrix< type >::get ( RX &  out,
long  i,
long  j 
) const
inlineoverridevirtual

◆ getEA()

template<typename type >
const EncryptedArray& helib::RandomFullMatrix< type >::getEA ( ) const
inlineoverridevirtual

Implements helib::MatMulFull.