Percy++
A C++ implementation of Private Information Retrieval (PIR) protocols
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
Matrix< Element > Member List

This is the complete list of members for Matrix< Element >, including all inherited members.

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