Uses of Interface
org.ujmp.core.booleanmatrix.DenseBooleanMatrix
-
Packages that use DenseBooleanMatrix Package Description org.ujmp.core.booleanmatrix org.ujmp.core.booleanmatrix.factory org.ujmp.core.booleanmatrix.impl org.ujmp.core.booleanmatrix.stub -
-
Uses of DenseBooleanMatrix in org.ujmp.core.booleanmatrix
Subinterfaces of DenseBooleanMatrix in org.ujmp.core.booleanmatrix Modifier and Type Interface Description interface
DenseBooleanMatrix2D
-
Uses of DenseBooleanMatrix in org.ujmp.core.booleanmatrix.factory
Classes in org.ujmp.core.booleanmatrix.factory with type parameters of type DenseBooleanMatrix Modifier and Type Interface Description interface
DenseBooleanMatrixFactory<T extends DenseBooleanMatrix>
-
Uses of DenseBooleanMatrix in org.ujmp.core.booleanmatrix.impl
Classes in org.ujmp.core.booleanmatrix.impl that implement DenseBooleanMatrix Modifier and Type Class Description class
ArrayDenseBooleanMatrix2D
class
BitSetDenseBooleanMatrix2D
-
Uses of DenseBooleanMatrix in org.ujmp.core.booleanmatrix.stub
Classes in org.ujmp.core.booleanmatrix.stub that implement DenseBooleanMatrix Modifier and Type Class Description class
AbstractDenseBooleanMatrix
class
AbstractDenseBooleanMatrix2D
-