Uses of Interface
org.ujmp.core.charmatrix.CharMatrix2D

Packages that use CharMatrix2D
org.ujmp.core.charmatrix   
org.ujmp.core.charmatrix.factory   
org.ujmp.core.charmatrix.impl   
org.ujmp.core.charmatrix.stub   
org.ujmp.core.interfaces   
 

Uses of CharMatrix2D in org.ujmp.core.charmatrix
 

Subinterfaces of CharMatrix2D in org.ujmp.core.charmatrix
 interface DenseCharMatrix2D
           
 interface SparseCharMatrix2D
           
 

Uses of CharMatrix2D in org.ujmp.core.charmatrix.factory
 

Methods in org.ujmp.core.charmatrix.factory that return CharMatrix2D
 CharMatrix2D DefaultCharMatrix2DFactory.dense(long rows, long columns)
           
 CharMatrix2D CharMatrix2DFactory.dense(long rows, long columns)
           
 CharMatrix2D CharMatrix2DFactory.zeros(long rows, long columns)
           
 CharMatrix2D AbstractCharMatrix2DFactory.zeros(long rows, long columns)
           
 

Uses of CharMatrix2D in org.ujmp.core.charmatrix.impl
 

Classes in org.ujmp.core.charmatrix.impl that implement CharMatrix2D
 class ArrayDenseCharMatrix2D
           
 class DefaultDenseCharMatrix2D
           
 

Uses of CharMatrix2D in org.ujmp.core.charmatrix.stub
 

Classes in org.ujmp.core.charmatrix.stub that implement CharMatrix2D
 class AbstractDenseCharMatrix2D
           
 class AbstractSparseCharMatrix2D
           
 

Uses of CharMatrix2D in org.ujmp.core.interfaces
 

Methods in org.ujmp.core.interfaces that return CharMatrix2D
 CharMatrix2D Conversions2D.toCharMatrix()
           
 



Copyright © 2010. All Rights Reserved.