helib::MatMulFull Class Referenceabstract

#include <matmul.h>

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

Public Types

typedef MatMulFullExec ExecType
 

Public Member Functions

virtual ~MatMulFull ()
 
virtual const EncryptedArraygetEA () const =0
 

Member Typedef Documentation

◆ ExecType

Constructor & Destructor Documentation

◆ ~MatMulFull()

virtual helib::MatMulFull::~MatMulFull ( )
inlinevirtual

Member Function Documentation

◆ getEA()

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