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
Matrix< Element > Class Template Reference

Public Member Functions

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

Public Attributes

Element * data
 
dbsize_t num_rows
 
dbsize_t num_cols
 

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