Percy++
A C++ implementation of Private Information Retrieval (PIR) protocols
|
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 |