Uses of Interface
org.ujmp.core.booleanmatrix.DenseBooleanMatrix2D

Packages that use DenseBooleanMatrix2D
org.ujmp.core   
org.ujmp.core.booleanmatrix.impl   
org.ujmp.core.booleanmatrix.stub   
 

Uses of DenseBooleanMatrix2D in org.ujmp.core
 

Methods in org.ujmp.core that return DenseBooleanMatrix2D
static DenseBooleanMatrix2D MatrixFactory.linkToArray(boolean... values)
           
static DenseBooleanMatrix2D MatrixFactory.linkToArray(boolean[]... values)
           
static DenseBooleanMatrix2D MatrixFactory.linkToValue(boolean value)
           
 

Uses of DenseBooleanMatrix2D in org.ujmp.core.booleanmatrix.impl
 

Classes in org.ujmp.core.booleanmatrix.impl that implement DenseBooleanMatrix2D
 class DefaultDenseBooleanMatrix2D
           
 

Uses of DenseBooleanMatrix2D in org.ujmp.core.booleanmatrix.stub
 

Classes in org.ujmp.core.booleanmatrix.stub that implement DenseBooleanMatrix2D
 class AbstractDenseBooleanMatrix2D
           
 



Copyright © 2010. All Rights Reserved.