helib::BlockMatMul1D Class Referenceabstract

#include <matmul.h>

Inheritance diagram for helib::BlockMatMul1D:
helib::BlockMatMul1D_partial< type > helib::BlockMatMul1D_derived< type > helib::BlockMatMulFullHelper< type > helib::RandomBlockMatrix< type > helib::RandomMultiBlockMatrix< type >

Public Types

typedef BlockMatMul1DExec ExecType
 

Public Member Functions

virtual ~BlockMatMul1D ()
 
virtual const EncryptedArraygetEA () const =0
 
virtual long getDim () const =0
 

Member Typedef Documentation

◆ ExecType

Constructor & Destructor Documentation

◆ ~BlockMatMul1D()

virtual helib::BlockMatMul1D::~BlockMatMul1D ( )
inlinevirtual

Member Function Documentation

◆ getDim()

virtual long helib::BlockMatMul1D::getDim ( ) const
pure virtual

◆ getEA()

virtual const EncryptedArray& helib::BlockMatMul1D::getEA ( ) const
pure virtual