Uses of Interface
org.ujmp.core.booleanmatrix.SparseBooleanMatrix
-
Packages that use SparseBooleanMatrix Package Description org.ujmp.core.booleanmatrix org.ujmp.core.booleanmatrix.factory org.ujmp.core.booleanmatrix.stub -
-
Uses of SparseBooleanMatrix in org.ujmp.core.booleanmatrix
Subinterfaces of SparseBooleanMatrix in org.ujmp.core.booleanmatrix Modifier and Type Interface Description interface
SparseBooleanMatrix2D
-
Uses of SparseBooleanMatrix in org.ujmp.core.booleanmatrix.factory
Classes in org.ujmp.core.booleanmatrix.factory with type parameters of type SparseBooleanMatrix Modifier and Type Interface Description interface
SparseBooleanMatrixFactory<T extends SparseBooleanMatrix>
-
Uses of SparseBooleanMatrix in org.ujmp.core.booleanmatrix.stub
Classes in org.ujmp.core.booleanmatrix.stub that implement SparseBooleanMatrix Modifier and Type Class Description class
AbstractSparseBooleanMatrix
class
AbstractSparseBooleanMatrix2D
-