helib::MatMul1D_derived< type > Class Template Referenceabstract

#include <matmul.h>

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

Public Member Functions

virtual bool multipleTransforms () const =0
 
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 ()
 
virtual const EncryptedArraygetEA () const =0
 
virtual long getDim () const =0
 

Additional Inherited Members

- Public Types inherited from helib::MatMul1D
typedef MatMul1DExec ExecType
 

Member Function Documentation

◆ get()

template<typename type >
virtual bool helib::MatMul1D_derived< type >::get ( RX &  out,
long  i,
long  j,
long  k 
) const
pure virtual

◆ multipleTransforms()

template<typename type >
virtual bool helib::MatMul1D_derived< type >::multipleTransforms ( ) const
pure virtual

◆ processDiagonal()

template<typename type >
template void helib::MatMul1D_derived< type >::processDiagonal ( RX &  poly,
long  i,
const EncryptedArrayDerived< type > &  ea 
) const
overridevirtual