helib::BlockMatMul1DExec Class Reference

#include <matmul.h>

Inheritance diagram for helib::BlockMatMul1DExec:
helib::MatMulExecBase

Public Member Functions

 BlockMatMul1DExec (const BlockMatMul1D &mat, bool minimal=false)
 
void mul (Ctxt &ctxt) const override
 
void upgrade () override
 
const EncryptedArraygetEA () const override
 
- Public Member Functions inherited from helib::MatMulExecBase
virtual ~MatMulExecBase ()
 

Public Attributes

const EncryptedArrayea
 
long dim
 
long D
 
long d
 
bool native
 
long strategy
 
ConstMultiplierCache cache
 
ConstMultiplierCache cache1
 

Constructor & Destructor Documentation

◆ BlockMatMul1DExec()

helib::BlockMatMul1DExec::BlockMatMul1DExec ( const BlockMatMul1D mat,
bool  minimal = false 
)
explicit

Member Function Documentation

◆ getEA()

const EncryptedArray& helib::BlockMatMul1DExec::getEA ( ) const
inlineoverridevirtual

Implements helib::MatMulExecBase.

◆ mul()

void helib::BlockMatMul1DExec::mul ( Ctxt ctxt) const
overridevirtual

Implements helib::MatMulExecBase.

◆ upgrade()

void helib::BlockMatMul1DExec::upgrade ( )
inlineoverridevirtual

Implements helib::MatMulExecBase.

Member Data Documentation

◆ cache

ConstMultiplierCache helib::BlockMatMul1DExec::cache

◆ cache1

ConstMultiplierCache helib::BlockMatMul1DExec::cache1

◆ D

long helib::BlockMatMul1DExec::D

◆ d

long helib::BlockMatMul1DExec::d

◆ dim

long helib::BlockMatMul1DExec::dim

◆ ea

const EncryptedArray& helib::BlockMatMul1DExec::ea

◆ native

bool helib::BlockMatMul1DExec::native

◆ strategy

long helib::BlockMatMul1DExec::strategy