Uses of Class
org.ujmp.core.Matrix.StorageType

Packages that use Matrix.StorageType
org.ujmp.core   
org.ujmp.core.bigdecimalmatrix.impl   
org.ujmp.core.bigdecimalmatrix.stub   
org.ujmp.core.bigintegermatrix.impl   
org.ujmp.core.bigintegermatrix.stub   
org.ujmp.core.booleanmatrix.impl   
org.ujmp.core.booleanmatrix.stub   
org.ujmp.core.bytematrix.impl   
org.ujmp.core.bytematrix.stub   
org.ujmp.core.calculation   
org.ujmp.core.charmatrix.impl   
org.ujmp.core.charmatrix.stub   
org.ujmp.core.datematrix.impl   
org.ujmp.core.datematrix.stub   
org.ujmp.core.doublematrix.impl   
org.ujmp.core.doublematrix.stub   
org.ujmp.core.floatmatrix.impl   
org.ujmp.core.floatmatrix.stub   
org.ujmp.core.genericmatrix.impl   
org.ujmp.core.genericmatrix.stub   
org.ujmp.core.graphmatrix   
org.ujmp.core.interfaces   
org.ujmp.core.intmatrix.impl   
org.ujmp.core.intmatrix.stub   
org.ujmp.core.listmatrix   
org.ujmp.core.longmatrix.impl   
org.ujmp.core.longmatrix.stub   
org.ujmp.core.mapmatrix   
org.ujmp.core.objectmatrix.impl   
org.ujmp.core.objectmatrix.stub   
org.ujmp.core.setmatrix   
org.ujmp.core.shortmatrix.impl   
org.ujmp.core.shortmatrix.stub   
org.ujmp.core.stringmatrix.impl   
org.ujmp.core.stringmatrix.stub   
org.ujmp.core.treematrix   
 

Uses of Matrix.StorageType in org.ujmp.core
 

Methods in org.ujmp.core that return Matrix.StorageType
static Matrix.StorageType Matrix.StorageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Matrix.StorageType[] Matrix.StorageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Matrix.StorageType in org.ujmp.core.bigdecimalmatrix.impl
 

Methods in org.ujmp.core.bigdecimalmatrix.impl that return Matrix.StorageType
 Matrix.StorageType BigDecimalCalculationMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.bigdecimalmatrix.stub
 

Methods in org.ujmp.core.bigdecimalmatrix.stub that return Matrix.StorageType
 Matrix.StorageType AbstractSparseBigDecimalMatrix.getStorageType()
           
 Matrix.StorageType AbstractDenseBigDecimalMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.bigintegermatrix.impl
 

Methods in org.ujmp.core.bigintegermatrix.impl that return Matrix.StorageType
 Matrix.StorageType BigIntegerCalculationMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.bigintegermatrix.stub
 

Methods in org.ujmp.core.bigintegermatrix.stub that return Matrix.StorageType
 Matrix.StorageType AbstractSparseBigIntegerMatrix.getStorageType()
           
 Matrix.StorageType AbstractDenseBigIntegerMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.booleanmatrix.impl
 

Methods in org.ujmp.core.booleanmatrix.impl that return Matrix.StorageType
 Matrix.StorageType BooleanCalculationMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.booleanmatrix.stub
 

Methods in org.ujmp.core.booleanmatrix.stub that return Matrix.StorageType
 Matrix.StorageType AbstractSparseBooleanMatrix.getStorageType()
           
 Matrix.StorageType AbstractDenseBooleanMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.bytematrix.impl
 

Methods in org.ujmp.core.bytematrix.impl that return Matrix.StorageType
 Matrix.StorageType ByteCalculationMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.bytematrix.stub
 

Methods in org.ujmp.core.bytematrix.stub that return Matrix.StorageType
 Matrix.StorageType AbstractSparseByteMatrix.getStorageType()
           
 Matrix.StorageType AbstractDenseByteMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.calculation
 

Methods in org.ujmp.core.calculation that return Matrix.StorageType
 Matrix.StorageType Calculation.getStorageType()
           
 Matrix.StorageType AbstractCalculation.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.charmatrix.impl
 

Methods in org.ujmp.core.charmatrix.impl that return Matrix.StorageType
 Matrix.StorageType CharCalculationMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.charmatrix.stub
 

Methods in org.ujmp.core.charmatrix.stub that return Matrix.StorageType
 Matrix.StorageType AbstractSparseCharMatrix.getStorageType()
           
 Matrix.StorageType AbstractDenseCharMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.datematrix.impl
 

Methods in org.ujmp.core.datematrix.impl that return Matrix.StorageType
 Matrix.StorageType DateCalculationMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.datematrix.stub
 

Methods in org.ujmp.core.datematrix.stub that return Matrix.StorageType
 Matrix.StorageType AbstractSparseDateMatrix.getStorageType()
           
 Matrix.StorageType AbstractDenseDateMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.doublematrix.impl
 

Methods in org.ujmp.core.doublematrix.impl that return Matrix.StorageType
 Matrix.StorageType DoubleCalculationMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.doublematrix.stub
 

Methods in org.ujmp.core.doublematrix.stub that return Matrix.StorageType
 Matrix.StorageType AbstractSparseDoubleMatrix.getStorageType()
           
 Matrix.StorageType AbstractDenseDoubleMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.floatmatrix.impl
 

Methods in org.ujmp.core.floatmatrix.impl that return Matrix.StorageType
 Matrix.StorageType FloatCalculationMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.floatmatrix.stub
 

Methods in org.ujmp.core.floatmatrix.stub that return Matrix.StorageType
 Matrix.StorageType AbstractSparseFloatMatrix.getStorageType()
           
 Matrix.StorageType AbstractDenseFloatMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.genericmatrix.impl
 

Methods in org.ujmp.core.genericmatrix.impl that return Matrix.StorageType
 Matrix.StorageType DefaultSparseGenericMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.genericmatrix.stub
 

Methods in org.ujmp.core.genericmatrix.stub that return Matrix.StorageType
 Matrix.StorageType AbstractSparseGenericMatrix.getStorageType()
           
 Matrix.StorageType AbstractDenseGenericMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.graphmatrix
 

Methods in org.ujmp.core.graphmatrix that return Matrix.StorageType
 Matrix.StorageType AbstractGraphMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.interfaces
 

Methods in org.ujmp.core.interfaces that return Matrix.StorageType
 Matrix.StorageType BasicMatrixProperties.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.intmatrix.impl
 

Methods in org.ujmp.core.intmatrix.impl that return Matrix.StorageType
 Matrix.StorageType IntCalculationMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.intmatrix.stub
 

Methods in org.ujmp.core.intmatrix.stub that return Matrix.StorageType
 Matrix.StorageType AbstractSparseIntMatrix.getStorageType()
           
 Matrix.StorageType AbstractDenseIntMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.listmatrix
 

Methods in org.ujmp.core.listmatrix that return Matrix.StorageType
 Matrix.StorageType AbstractListMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.longmatrix.impl
 

Methods in org.ujmp.core.longmatrix.impl that return Matrix.StorageType
 Matrix.StorageType LongCalculationMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.longmatrix.stub
 

Methods in org.ujmp.core.longmatrix.stub that return Matrix.StorageType
 Matrix.StorageType AbstractSparseLongMatrix.getStorageType()
           
 Matrix.StorageType AbstractDenseLongMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.mapmatrix
 

Methods in org.ujmp.core.mapmatrix that return Matrix.StorageType
 Matrix.StorageType AbstractMapMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.objectmatrix.impl
 

Methods in org.ujmp.core.objectmatrix.impl that return Matrix.StorageType
 Matrix.StorageType SynchronizedGenericMatrix.getStorageType()
           
 Matrix.StorageType ObjectCalculationMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.objectmatrix.stub
 

Methods in org.ujmp.core.objectmatrix.stub that return Matrix.StorageType
 Matrix.StorageType AbstractSparseObjectMatrix.getStorageType()
           
 Matrix.StorageType AbstractDenseObjectMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.setmatrix
 

Methods in org.ujmp.core.setmatrix that return Matrix.StorageType
 Matrix.StorageType AbstractSetMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.shortmatrix.impl
 

Methods in org.ujmp.core.shortmatrix.impl that return Matrix.StorageType
 Matrix.StorageType ShortCalculationMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.shortmatrix.stub
 

Methods in org.ujmp.core.shortmatrix.stub that return Matrix.StorageType
 Matrix.StorageType AbstractSparseShortMatrix.getStorageType()
           
 Matrix.StorageType AbstractDenseShortMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.stringmatrix.impl
 

Methods in org.ujmp.core.stringmatrix.impl that return Matrix.StorageType
 Matrix.StorageType StringCalculationMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.stringmatrix.stub
 

Methods in org.ujmp.core.stringmatrix.stub that return Matrix.StorageType
 Matrix.StorageType AbstractSparseStringMatrix.getStorageType()
           
 Matrix.StorageType AbstractDenseStringMatrix.getStorageType()
           
 

Uses of Matrix.StorageType in org.ujmp.core.treematrix
 

Methods in org.ujmp.core.treematrix that return Matrix.StorageType
 Matrix.StorageType AbstractTreeMatrix.getStorageType()
           
 



Copyright © 2010. All Rights Reserved.