Uses of Class
calhoun.util.DenseBooleanMatrix2D

Packages that use DenseBooleanMatrix2D
calhoun.analysis.crf the interface, main Conrad class, and solver for the Conrad engine. 
 

Uses of DenseBooleanMatrix2D in calhoun.analysis.crf
 

Methods in calhoun.analysis.crf that return DenseBooleanMatrix2D
 DenseBooleanMatrix2D ModelManager.getLegalTransitions()
          returns a boolean matrix where each (row, column) entry contains true if the model has a legal transition between state row and state column.
 DenseBooleanMatrix2D BeanModel.getLegalTransitions()