Uses of Interface
org.ujmp.core.booleanmatrix.BooleanMatrix
-
-
Uses of BooleanMatrix in org.ujmp.core
Methods in org.ujmp.core that return BooleanMatrix Modifier and Type Method Description BooleanMatrix
AbstractMatrix. toBooleanMatrix()
-
Uses of BooleanMatrix in org.ujmp.core.booleanmatrix
Subinterfaces of BooleanMatrix in org.ujmp.core.booleanmatrix Modifier and Type Interface Description interface
BooleanMatrix2D
interface
DenseBooleanMatrix2D
interface
SparseBooleanMatrix2D
-
Uses of BooleanMatrix in org.ujmp.core.booleanmatrix.calculation
Methods in org.ujmp.core.booleanmatrix.calculation that return BooleanMatrix Modifier and Type Method Description BooleanMatrix
AbstractBooleanCalculation. calcLink()
BooleanMatrix
AbstractBooleanCalculation. calcNew()
-
Uses of BooleanMatrix in org.ujmp.core.booleanmatrix.factory
Classes in org.ujmp.core.booleanmatrix.factory with type parameters of type BooleanMatrix Modifier and Type Interface Description interface
BooleanMatrixFactory<T extends BooleanMatrix>
-
Uses of BooleanMatrix in org.ujmp.core.booleanmatrix.impl
Classes in org.ujmp.core.booleanmatrix.impl that implement BooleanMatrix Modifier and Type Class Description class
ArrayDenseBooleanMatrix2D
class
BitSetDenseBooleanMatrix2D
class
BooleanCalculationMatrix
class
DefaultSparseBooleanMatrix
-
Uses of BooleanMatrix in org.ujmp.core.booleanmatrix.stub
Classes in org.ujmp.core.booleanmatrix.stub that implement BooleanMatrix Modifier and Type Class Description class
AbstractBooleanMatrix
class
AbstractDenseBooleanMatrix
class
AbstractDenseBooleanMatrix2D
class
AbstractSparseBooleanMatrix
class
AbstractSparseBooleanMatrix2D
-
Uses of BooleanMatrix in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return BooleanMatrix Modifier and Type Method Description BooleanMatrix
Conversions. toBooleanMatrix()
-