obsolete
Class PolyMatrix

java.lang.Object
  extended by obsolete.PolyMatrix

Deprecated.

@Deprecated
public class PolyMatrix
extends java.lang.Object


Constructor Summary
PolyMatrix(int size_D)
          Deprecated. Constructor.
 
Method Summary
 BigVector getColumn(int v)
          Deprecated. Return a specified column in the polynomial matrix.
 Polynomial getPolynomial(int v)
          Deprecated. Return the polynomial corresponding to v.
 BigVector getRow(int v)
          Deprecated. Return a specified row in the polynomial matrix.
static void main(java.lang.String[] args)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolyMatrix

public PolyMatrix(int size_D)
Deprecated. 
Constructor.

Parameters:
size_D - size of input domain D.
Method Detail

getColumn

public BigVector getColumn(int v)
Deprecated. 
Return a specified column in the polynomial matrix.

Parameters:
v - index of the requested column.
Returns:
vector representing the requested column.

getRow

public BigVector getRow(int v)
Deprecated. 
Return a specified row in the polynomial matrix.

Parameters:
v - index of the requested row.
Returns:
vector representing the requested row.

getPolynomial

public Polynomial getPolynomial(int v)
Deprecated. 
Return the polynomial corresponding to v.

Parameters:
v - specified v.
Returns:
the polynomial corresponding to v.

main

public static void main(java.lang.String[] args)
Deprecated.