helib::RandomMatrix< type > Class Template Reference

#include <randomMatrices.h>

Inheritance diagram for helib::RandomMatrix< type >:
helib::MatMul1D_derived< type > helib::MatMul1D_partial< type > helib::MatMul1D

Public Member Functions

virtual ~RandomMatrix ()
 
 RandomMatrix (const EncryptedArray &_ea, long _dim)
 
const EncryptedArraygetEA () 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 >
virtual helib::RandomMatrix< type >::~RandomMatrix ( )
inlinevirtual

◆ RandomMatrix()

template<typename type >
helib::RandomMatrix< type >::RandomMatrix ( const EncryptedArray _ea,
long  _dim 
)
inline

Member Function Documentation

◆ get()

template<typename type >
bool helib::RandomMatrix< type >::get ( RX &  out,
long  i,
long  j,
UNUSED long  k 
) const
inlineoverride

◆ getDim()

template<typename type >
long helib::RandomMatrix< type >::getDim ( ) const
inlineoverridevirtual

Implements helib::MatMul1D.

◆ getEA()

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

Implements helib::MatMul1D.

◆ multipleTransforms()

template<typename type >
bool helib::RandomMatrix< type >::multipleTransforms ( ) const
inlineoverridevirtual