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

Packages that use CharMatrix
org.ujmp.core.charmatrix   
org.ujmp.core.charmatrix.calculation   
org.ujmp.core.charmatrix.impl   
org.ujmp.core.charmatrix.stub   
org.ujmp.core.interfaces   
org.ujmp.core.matrix   
 

Uses of CharMatrix in org.ujmp.core.charmatrix
 

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

Uses of CharMatrix in org.ujmp.core.charmatrix.calculation
 

Methods in org.ujmp.core.charmatrix.calculation that return CharMatrix
 CharMatrix AbstractCharCalculation.calcLink()
           
 CharMatrix AbstractCharCalculation.calcNew()
           
 

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

Classes in org.ujmp.core.charmatrix.impl that implement CharMatrix
 class ArrayDenseCharMatrix2D
           
 class CharCalculationMatrix
           
 class DefaultDenseCharMatrix2D
           
 class DefaultSparseCharMatrix
           
 

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

Classes in org.ujmp.core.charmatrix.stub that implement CharMatrix
 class AbstractCharMatrix
           
 class AbstractDenseCharMatrix
           
 class AbstractDenseCharMatrix2D
           
 class AbstractSparseCharMatrix
           
 class AbstractSparseCharMatrix2D
           
 

Uses of CharMatrix in org.ujmp.core.interfaces
 

Methods in org.ujmp.core.interfaces that return CharMatrix
 CharMatrix Conversions.toCharMatrix()
           
 

Uses of CharMatrix in org.ujmp.core.matrix
 

Methods in org.ujmp.core.matrix that return CharMatrix
 CharMatrix AbstractMatrix.toCharMatrix()
           
 



Copyright © 2010. All Rights Reserved.