helib::BlockMatMulFull_derived< type > Class Template Referenceabstract

#include <matmul.h>

Inheritance diagram for helib::BlockMatMulFull_derived< type >:
helib::BlockMatMulFull helib::RandomFullBlockMatrix< type >

Public Member Functions

virtual bool get (mat_R &out, long i, long j) const =0
 
- Public Member Functions inherited from helib::BlockMatMulFull
virtual ~BlockMatMulFull ()
 
virtual const EncryptedArraygetEA () const =0
 

Additional Inherited Members

- Public Types inherited from helib::BlockMatMulFull
typedef BlockMatMulFullExec ExecType
 

Member Function Documentation

◆ get()

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