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
PercyServer::Col< GF2E_Element > Class Template Reference
Inheritance diagram for PercyServer::Col< GF2E_Element >:
PercyServer::SubMatrix< GF2E_Element > PercyServer::Elem< GF2E_Element >

Public Member Functions

 Col (Matrix< GF2E_Element > matrix, dbsize_t row, dbsize_t col, dbsize_t num_rows)
 
GF2E_Element * get (dbsize_t col) const
 
void add_mult_of (const SubMatrix< const GF2E_Element > &mat_a, const Col< const GF2E_Element > &col_b)
 
void add_mult_of (const Col< const GF2E_Element > &col_a, const Elem< const GF2E_Element > &elem_b)
 
template<>
void add_mult_of (const Col< const GF28_Element > &col_a, const Elem< const GF28_Element > &elem_b)
 
template<>
void add_mult_of (const Col< const GF216_Element > &col_a, const Elem< const GF216_Element > &elem_b)
 
- Public Member Functions inherited from PercyServer::SubMatrix< GF2E_Element >
 SubMatrix (Matrix< GF2E_Element > matrix, dbsize_t row, dbsize_t col, dbsize_t num_rows, dbsize_t num_cols)
 
GF2E_Element * get (dbsize_t row, dbsize_t col) const
 
GF2E_Element * first () const
 
void add (const Matrix< GF2E_Element > &m)
 
void add_mult_of (const Col< const GF2E_Element > &col_a, const Row< const GF2E_Element > &row_b)
 
template<>
void add_mult_of (const Col< const GF28_Element > &col_a, const Row< const GF28_Element > &row_b)
 
template<>
void add_mult_of (const Col< const GF216_Element > &col_a, const Row< const GF216_Element > &row_b)
 

Additional Inherited Members

- Public Attributes inherited from PercyServer::SubMatrix< GF2E_Element >
Matrix< GF2E_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: