| Package | Description |
|---|---|
| org.kramerlab.bmad.algorithms |
Contains many different implementations of essential parts of a
boolean matrix decomposition algorithm, that is: candidate generators,
basis selectors, and row combinators.
|
| org.kramerlab.bmad.matrix |
Contains implementations of elementary data structures, required to
perform boolean matrix decompositions: matrices.
|
| Class and Description |
|---|
| BooleanMatrix
Dense boolean matrix with 3-valued boolean logic
TRUE is represented as 2, UNKNOWN is represented as 1,
FALSE is represented as 0, AND corresponds to MIN,
OR corresponds to MAX
|
| Class and Description |
|---|
| BooleanMatrix
Dense boolean matrix with 3-valued boolean logic
TRUE is represented as 2, UNKNOWN is represented as 1,
FALSE is represented as 0, AND corresponds to MIN,
OR corresponds to MAX
|
| RowMajor |
Copyright © 2015. All rights reserved.