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

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

add(Matrix< Element > &m) (defined in SubMatrix< Element >)SubMatrix< Element >inline
Col(Matrix< Element > matrix, dbsize_t row, dbsize_t col, dbsize_t num_rows) (defined in Col< Element >)Col< Element >
col (defined in SubMatrix< Element >)SubMatrix< Element >
first() (defined in SubMatrix< Element >)SubMatrix< Element >inline
get(dbsize_t col) (defined in Col< Element >)Col< Element >inline
get(dbsize_t row, dbsize_t col) (defined in SubMatrix< Element >)SubMatrix< Element >inline
is_mult_of(SubMatrix< const Element > mat_a, Col< const Element > col_b) (defined in Col< Element >)Col< Element >inline
is_mult_of(Col< const Element > col_a, Elem< const Element > elem_b) (defined in Col< Element >)Col< Element >inline
is_mult_of(Col< const GF28_Element > col_a, Elem< const GF28_Element > elem_b) (defined in Col< Element >)Col< Element >inline
is_mult_of(Col< const GF216_Element > col_a, Elem< const GF216_Element > elem_b) (defined in Col< Element >)Col< 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 (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 >