Uses of Interface
org.ujmp.core.stringmatrix.StringMatrix

Packages that use StringMatrix
org.ujmp.core.interfaces   
org.ujmp.core.matrix   
org.ujmp.core.stringmatrix   
org.ujmp.core.stringmatrix.calculation   
org.ujmp.core.stringmatrix.impl   
org.ujmp.core.stringmatrix.stub   
org.ujmp.core.util.matrices   
 

Uses of StringMatrix in org.ujmp.core.interfaces
 

Methods in org.ujmp.core.interfaces that return StringMatrix
 StringMatrix Conversions.toStringMatrix()
           
 

Uses of StringMatrix in org.ujmp.core.matrix
 

Methods in org.ujmp.core.matrix that return StringMatrix
 StringMatrix AbstractMatrix.toStringMatrix()
           
 

Uses of StringMatrix in org.ujmp.core.stringmatrix
 

Subinterfaces of StringMatrix in org.ujmp.core.stringmatrix
 interface DenseStringMatrix
           
 interface DenseStringMatrix2D
           
 interface SparseStringMatrix
           
 interface SparseStringMatrix2D
           
 interface StringMatrix2D
           
 

Uses of StringMatrix in org.ujmp.core.stringmatrix.calculation
 

Methods in org.ujmp.core.stringmatrix.calculation that return StringMatrix
 StringMatrix AbstractStringCalculation.calcLink()
           
 StringMatrix AbstractStringCalculation.calcNew()
           
 

Uses of StringMatrix in org.ujmp.core.stringmatrix.impl
 

Classes in org.ujmp.core.stringmatrix.impl that implement StringMatrix
 class CSVMatrix
           
 class DefaultDenseStringMatrix2D
           
 class DefaultSparseStringMatrix
           
 class FileListMatrix
           
 class SimpleDenseStringMatrix2D
           
 class SparseCSVMatrix
           
 class StringCalculationMatrix
           
 

Uses of StringMatrix in org.ujmp.core.stringmatrix.stub
 

Classes in org.ujmp.core.stringmatrix.stub that implement StringMatrix
 class AbstractDenseStringMatrix
           
 class AbstractDenseStringMatrix2D
           
 class AbstractSparseStringMatrix
           
 class AbstractSparseStringMatrix2D
           
 class AbstractStringMatrix
           
 

Uses of StringMatrix in org.ujmp.core.util.matrices
 

Classes in org.ujmp.core.util.matrices that implement StringMatrix
 class IrisMatrix
           
 class MatrixLibraries
           
 class UJMPPluginsMatrix
           
 



Copyright © 2010. All Rights Reserved.