Uses of Interface
org.ujmp.core.booleanmatrix.BooleanMatrix2D
-
Packages that use BooleanMatrix2D Package Description org.ujmp.core.booleanmatrix org.ujmp.core.booleanmatrix.factory org.ujmp.core.booleanmatrix.impl org.ujmp.core.booleanmatrix.stub org.ujmp.core.interfaces -
-
Uses of BooleanMatrix2D in org.ujmp.core.booleanmatrix
Subinterfaces of BooleanMatrix2D in org.ujmp.core.booleanmatrix Modifier and Type Interface Description interface
DenseBooleanMatrix2D
interface
SparseBooleanMatrix2D
-
Uses of BooleanMatrix2D in org.ujmp.core.booleanmatrix.factory
Classes in org.ujmp.core.booleanmatrix.factory with type parameters of type BooleanMatrix2D Modifier and Type Interface Description interface
BooleanMatrix2DFactory<T extends BooleanMatrix2D>
Methods in org.ujmp.core.booleanmatrix.factory that return BooleanMatrix2D Modifier and Type Method Description BooleanMatrix2D
DefaultBooleanMatrix2DFactory. zeros(long... size)
BooleanMatrix2D
DefaultBooleanMatrix2DFactory. zeros(long rows, long columns)
-
Uses of BooleanMatrix2D in org.ujmp.core.booleanmatrix.impl
Classes in org.ujmp.core.booleanmatrix.impl that implement BooleanMatrix2D Modifier and Type Class Description class
ArrayDenseBooleanMatrix2D
class
BitSetDenseBooleanMatrix2D
-
Uses of BooleanMatrix2D in org.ujmp.core.booleanmatrix.stub
Classes in org.ujmp.core.booleanmatrix.stub that implement BooleanMatrix2D Modifier and Type Class Description class
AbstractDenseBooleanMatrix2D
class
AbstractSparseBooleanMatrix2D
-
Uses of BooleanMatrix2D in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return BooleanMatrix2D Modifier and Type Method Description BooleanMatrix2D
Conversions2D. toBooleanMatrix()
-