EPiC
Efficient Privacy-Preserving Counting for MapReduce
 All Classes Namespaces Functions Variables
Public Member Functions | Static Public Member Functions
obsolete.PolyMatrix Class Reference

List of all members.

Public Member Functions

 PolyMatrix (int size_D)
 Constructor.
BigVector getColumn (int v)
 Return a specified column in the polynomial matrix.
BigVector getRow (int v)
 Return a specified row in the polynomial matrix.
Polynomial getPolynomial (int v)
 Return the polynomial corresponding to v.

Static Public Member Functions

static void main (String args[])

Constructor & Destructor Documentation

obsolete.PolyMatrix.PolyMatrix ( int  size_D) [inline]

Constructor.

Parameters:
size_Dsize of input domain D.

Member Function Documentation

Return a specified column in the polynomial matrix.

Parameters:
vindex of the requested column.
Returns:
vector representing the requested column.

Return the polynomial corresponding to v.

Parameters:
vspecified v.
Returns:
the polynomial corresponding to v.

Return a specified row in the polynomial matrix.

Parameters:
vindex of the requested row.
Returns:
vector representing the requested row.

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables