SSJ
3.3.1
Stochastic Simulation in Java
|
This is the complete list of members for BitMatrix, including all inherited members.
and(BitMatrix that) | BitMatrix | |
BitMatrix(int r, int c) | BitMatrix | |
BitMatrix(BitVector[] rows) | BitMatrix | |
BitMatrix(int[][] data, int r, int c) | BitMatrix | |
BitMatrix(BitMatrix that) | BitMatrix | |
c (defined in BitMatrix) | BitMatrix | package |
clone() | BitMatrix | |
equals(BitMatrix that) | BitMatrix | |
getBool(int row, int column) | BitMatrix | |
multiply(BitVector vect) | BitMatrix | |
multiply(int vect) | BitMatrix | |
multiply(BitMatrix that) | BitMatrix | |
not() | BitMatrix | |
numColumns() | BitMatrix | |
numRows() | BitMatrix | |
or(BitMatrix that) | BitMatrix | |
power(long p) | BitMatrix | |
power2e(int e) | BitMatrix | |
printData() | BitMatrix | |
serialVersionUID (defined in BitMatrix) | BitMatrix | packagestatic |
setBool(int row, int column, boolean value) | BitMatrix | |
toString() | BitMatrix | |
transpose() | BitMatrix | |
xor(BitMatrix that) | BitMatrix |