Percy++
A C++ implementation of Private Information Retrieval (PIR) protocols
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
PercyServer::Matrix< GF2E_Element > Class Template Reference

Public Member Functions

 Matrix (GF2E_Element *data, dbsize_t num_rows, dbsize_t num_cols)
 
void strassen_submatrices (SubMatrix< GF2E_Element > &m11, SubMatrix< GF2E_Element > &m12, SubMatrix< GF2E_Element > &m21, SubMatrix< GF2E_Element > &m22)
 
void clear ()
 
void is_sum_of (const SubMatrix< const GF2E_Element > &m1, const SubMatrix< const GF2E_Element > &m2)
 
void copy_from (const SubMatrix< const GF2E_Element > &src)
 

Public Attributes

GF2E_Element * data
 
dbsize_t num_rows
 
dbsize_t num_cols
 

The documentation for this class was generated from the following files: