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
Constructor.
- Parameters:
-
| size_D | size of input domain D. |
Member Function Documentation
Return a specified column in the polynomial matrix.
- Parameters:
-
| v | index of the requested column. |
- Returns:
- vector representing the requested column.
Return the polynomial corresponding to v.
- Parameters:
-
- Returns:
- the polynomial corresponding to v.
Return a specified row in the polynomial matrix.
- Parameters:
-
| v | index of the requested row. |
- Returns:
- vector representing the requested row.
The documentation for this class was generated from the following file:
- /home/vohuudtr/workspace/cloudprivacy/code/src/obsolete/PolyMatrix.java