Uses of Interface
org.ujmp.core.bytematrix.ByteMatrix2D

Packages that use ByteMatrix2D
org.ujmp.core.bytematrix   
org.ujmp.core.bytematrix.factory   
org.ujmp.core.bytematrix.impl   
org.ujmp.core.bytematrix.stub   
org.ujmp.core.interfaces   
 

Uses of ByteMatrix2D in org.ujmp.core.bytematrix
 

Subinterfaces of ByteMatrix2D in org.ujmp.core.bytematrix
 interface DenseByteMatrix2D
           
 interface SparseByteMatrix2D
           
 

Uses of ByteMatrix2D in org.ujmp.core.bytematrix.factory
 

Methods in org.ujmp.core.bytematrix.factory that return ByteMatrix2D
 ByteMatrix2D DefaultByteMatrix2DFactory.dense(long rows, long columns)
           
 ByteMatrix2D ByteMatrix2DFactory.dense(long rows, long columns)
           
 ByteMatrix2D ByteMatrix2DFactory.zeros(long rows, long columns)
           
 ByteMatrix2D AbstractByteMatrix2DFactory.zeros(long rows, long columns)
           
 

Uses of ByteMatrix2D in org.ujmp.core.bytematrix.impl
 

Classes in org.ujmp.core.bytematrix.impl that implement ByteMatrix2D
 class ArrayDenseByteMatrix2D
           
 class DefaultDenseByteMatrix2D
           
 

Uses of ByteMatrix2D in org.ujmp.core.bytematrix.stub
 

Classes in org.ujmp.core.bytematrix.stub that implement ByteMatrix2D
 class AbstractDenseByteMatrix2D
           
 class AbstractSparseByteMatrix2D
           
 

Uses of ByteMatrix2D in org.ujmp.core.interfaces
 

Methods in org.ujmp.core.interfaces that return ByteMatrix2D
 ByteMatrix2D Conversions2D.toByteMatrix()
           
 



Copyright © 2010. All Rights Reserved.