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

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

add(Matrix< Element > &m) (defined in SubMatrix< Element >)SubMatrix< Element >inline
col (defined in SubMatrix< Element >)SubMatrix< Element >
first() (defined in SubMatrix< Element >)SubMatrix< Element >inline
get(dbsize_t row) (defined in Row< Element >)Row< Element >inline
get(dbsize_t row, dbsize_t col) (defined in SubMatrix< Element >)SubMatrix< Element >inline
is_mult_of(Row< const Element > row_a, SubMatrix< const Element > mat_b) (defined in Row< Element >)Row< Element >inline
is_mult_of(Row< const GF28_Element > row_a, SubMatrix< const GF28_Element > mat_b) (defined in Row< Element >)Row< Element >inline
is_mult_of(Row< const GF216_Element > row_a, SubMatrix< const GF216_Element > mat_b) (defined in Row< Element >)Row< Element >inline
is_mult_of(Col< const Element > col_a, Row< const Element > row_b) (defined in SubMatrix< Element >)SubMatrix< Element >inline
is_mult_of(Col< const GF28_Element > col_a, Row< const GF28_Element > row_b) (defined in SubMatrix< Element >)SubMatrix< Element >inline
is_mult_of(Col< const GF216_Element > col_a, Row< const GF216_Element > row_b) (defined in SubMatrix< Element >)SubMatrix< Element >inline
matrix (defined in SubMatrix< Element >)SubMatrix< Element >
num_cols (defined in SubMatrix< Element >)SubMatrix< Element >
num_rows (defined in SubMatrix< Element >)SubMatrix< Element >
print() (defined in SubMatrix< Element >)SubMatrix< Element >inline
Row(Matrix< Element > matrix, dbsize_t row, dbsize_t col, dbsize_t num_cols) (defined in Row< Element >)Row< Element >
row (defined in SubMatrix< Element >)SubMatrix< Element >
SubMatrix() (defined in SubMatrix< Element >)SubMatrix< Element >
SubMatrix(Matrix< Element > matrix, dbsize_t row, dbsize_t col, dbsize_t num_rows, dbsize_t num_cols) (defined in SubMatrix< Element >)SubMatrix< Element >