helib::MatMulFull_derived< type > Class Template Referenceabstract

#include <matmul.h>

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

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from helib::MatMulFull
typedef MatMulFullExec ExecType
 

Member Function Documentation

◆ get()

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