|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectMatrixList
This method is used in the generation of Ramanujan-LPS graph vertices. Since the vertices of Ramanujan-LPS graph are some precalculated matrices, they have to be calculated. Created by IntelliJ IDEA. User: Max B. Date: Nov 4, 2004 Time: 9:33:04 PM
| Field Summary | |
private java.util.Vector |
list
A list used to save the Matrices created. |
| Constructor Summary | |
MatrixList(int q)
C-tor of the class. |
|
| Method Summary | |
int |
checkIntegrity()
This method checks wheather there are "proportional" matrices in the list generated, if there are, then the list is wrong. |
void |
generateMatrixList(int q)
This method generates the matrixes to be entered to the list themselves and enters them to the list. |
java.util.Vector |
getList()
Public accessor |
int |
length()
|
MyMatrix |
MatrixAt(int i)
Public accessor |
void |
printMatrixList()
Prints the matrixes on the list. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.util.Vector list
| Constructor Detail |
public MatrixList(int q)
q - | Method Detail |
public int checkIntegrity()
public void generateMatrixList(int q)
q - public java.util.Vector getList()
public int length()
public MyMatrix MatrixAt(int i)
i -
public void printMatrixList()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||