Percy++
A C++ implementation of Private Information Retrieval (PIR) protocols
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
Row< Element > Class Template Reference
Inheritance diagram for Row< Element >:
SubMatrix< Element > Elem< Element >

Public Member Functions

 Row (Matrix< Element > matrix, dbsize_t row, dbsize_t col, dbsize_t num_cols)
 
Element * get (dbsize_t row)
 
void is_mult_of (Row< const Element > row_a, SubMatrix< const Element > mat_b)
 
template<>
void is_mult_of (Row< const GF28_Element > row_a, SubMatrix< const GF28_Element > mat_b)
 
template<>
void is_mult_of (Row< const GF216_Element > row_a, SubMatrix< const GF216_Element > mat_b)
 
- Public Member Functions inherited from SubMatrix< Element >
 SubMatrix (Matrix< Element > matrix, dbsize_t row, dbsize_t col, dbsize_t num_rows, dbsize_t num_cols)
 
Element * get (dbsize_t row, dbsize_t col)
 
Element * first ()
 
void add (Matrix< Element > &m)
 
void print ()
 
void is_mult_of (Col< const Element > col_a, Row< const Element > row_b)
 
template<>
void is_mult_of (Col< const GF28_Element > col_a, Row< const GF28_Element > row_b)
 
template<>
void is_mult_of (Col< const GF216_Element > col_a, Row< const GF216_Element > row_b)
 

Additional Inherited Members

- Public Attributes inherited from SubMatrix< Element >
Matrix< Element > matrix
 
dbsize_t row
 
dbsize_t col
 
dbsize_t num_rows
 
dbsize_t num_cols
 

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