|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectobsolete.PolyMatrix
@Deprecated public class PolyMatrix
| 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 |
|---|
public PolyMatrix(int size_D)
size_D - size of input domain D.| Method Detail |
|---|
public BigVector getColumn(int v)
v - index of the requested column.
public BigVector getRow(int v)
v - index of the requested row.
public Polynomial getPolynomial(int v)
v - specified v.
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||