|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBasisMatrix
A data structure that contains a bit matrix
Constructor Summary | |
BasisMatrix(int[][] A)
Create a new basis matrix for the EVCS problem |
Method Summary | |
int[][] |
share(int[] p)
Returns a matrix resulting from the columns permutation provided by the p vector. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BasisMatrix(int[][] A)
A
- the matrixMethod Detail |
public int[][] share(int[] p)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |