-
Class Summary
| Class |
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<X> |
|
Package org.kramerlab.bmad.matrix Description
Contains implementations of elementary data structures, required to
perform boolean matrix decompositions: matrices.
There is an implementation
of a matrix that can hold values from special boolean algebras, and a
generic implementation of a matrix, that can hold anything (for example
Strings and other matrices).