Uses of Interface
org.ujmp.core.matrix.SparseMatrix

Packages that use SparseMatrix
org.ujmp.core.bigdecimalmatrix   
org.ujmp.core.bigdecimalmatrix.impl   
org.ujmp.core.bigdecimalmatrix.stub   
org.ujmp.core.bigintegermatrix   
org.ujmp.core.bigintegermatrix.impl   
org.ujmp.core.bigintegermatrix.stub   
org.ujmp.core.booleanmatrix   
org.ujmp.core.booleanmatrix.impl   
org.ujmp.core.booleanmatrix.stub   
org.ujmp.core.bytematrix   
org.ujmp.core.bytematrix.impl   
org.ujmp.core.bytematrix.stub   
org.ujmp.core.calculation   
org.ujmp.core.charmatrix   
org.ujmp.core.charmatrix.impl   
org.ujmp.core.charmatrix.stub   
org.ujmp.core.datematrix   
org.ujmp.core.datematrix.impl   
org.ujmp.core.doublematrix   
org.ujmp.core.doublematrix.impl   
org.ujmp.core.doublematrix.stub   
org.ujmp.core.floatmatrix   
org.ujmp.core.floatmatrix.impl   
org.ujmp.core.floatmatrix.stub   
org.ujmp.core.genericmatrix   
org.ujmp.core.genericmatrix.impl   
org.ujmp.core.genericmatrix.stub   
org.ujmp.core.graphmatrix   
org.ujmp.core.intmatrix   
org.ujmp.core.intmatrix.impl   
org.ujmp.core.intmatrix.stub   
org.ujmp.core.longmatrix   
org.ujmp.core.longmatrix.impl   
org.ujmp.core.longmatrix.stub   
org.ujmp.core.matrix   
org.ujmp.core.matrix.factory   
org.ujmp.core.objectmatrix   
org.ujmp.core.objectmatrix.impl   
org.ujmp.core.objectmatrix.stub   
org.ujmp.core.shortmatrix   
org.ujmp.core.shortmatrix.impl   
org.ujmp.core.shortmatrix.stub   
org.ujmp.core.stringmatrix   
org.ujmp.core.stringmatrix.impl   
org.ujmp.core.stringmatrix.stub   
org.ujmp.core.treematrix   
 

Uses of SparseMatrix in org.ujmp.core.bigdecimalmatrix
 

Subinterfaces of SparseMatrix in org.ujmp.core.bigdecimalmatrix
 interface SparseBigDecimalMatrix
           
 interface SparseBigDecimalMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.bigdecimalmatrix.impl
 

Classes in org.ujmp.core.bigdecimalmatrix.impl that implement SparseMatrix
 class DefaultSparseBigDecimalMatrix
           
 

Uses of SparseMatrix in org.ujmp.core.bigdecimalmatrix.stub
 

Classes in org.ujmp.core.bigdecimalmatrix.stub that implement SparseMatrix
 class AbstractSparseBigDecimalMatrix
           
 class AbstractSparseBigDecimalMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.bigintegermatrix
 

Subinterfaces of SparseMatrix in org.ujmp.core.bigintegermatrix
 interface SparseBigIntegerMatrix
           
 interface SparseBigIntegerMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.bigintegermatrix.impl
 

Classes in org.ujmp.core.bigintegermatrix.impl that implement SparseMatrix
 class DefaultSparseBigIntegerMatrix
           
 

Uses of SparseMatrix in org.ujmp.core.bigintegermatrix.stub
 

Classes in org.ujmp.core.bigintegermatrix.stub that implement SparseMatrix
 class AbstractSparseBigIntegerMatrix
           
 class AbstractSparseBigIntegerMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.booleanmatrix
 

Subinterfaces of SparseMatrix in org.ujmp.core.booleanmatrix
 interface SparseBooleanMatrix
           
 interface SparseBooleanMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.booleanmatrix.impl
 

Classes in org.ujmp.core.booleanmatrix.impl that implement SparseMatrix
 class DefaultSparseBooleanMatrix
           
 

Uses of SparseMatrix in org.ujmp.core.booleanmatrix.stub
 

Classes in org.ujmp.core.booleanmatrix.stub that implement SparseMatrix
 class AbstractSparseBooleanMatrix
           
 class AbstractSparseBooleanMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.bytematrix
 

Subinterfaces of SparseMatrix in org.ujmp.core.bytematrix
 interface SparseByteMatrix
           
 interface SparseByteMatrix2D
           
 

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

Classes in org.ujmp.core.bytematrix.impl that implement SparseMatrix
 class DefaultSparseByteMatrix
           
 

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

Classes in org.ujmp.core.bytematrix.stub that implement SparseMatrix
 class AbstractSparseByteMatrix
           
 class AbstractSparseByteMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.calculation
 

Fields in org.ujmp.core.calculation with type parameters of type SparseMatrix
static TransposeCalculation<SparseMatrix,SparseMatrix> Transpose.SPARSEMATRIX
           
static TransposeCalculation<SparseMatrix,SparseMatrix> Transpose.SPARSEMATRIX
           
static TimesScalarCalculation<SparseMatrix,SparseMatrix> TimesScalar.SPARSEMATRIX
           
static TimesScalarCalculation<SparseMatrix,SparseMatrix> TimesScalar.SPARSEMATRIX
           
static TimesMatrixCalculation<SparseMatrix,SparseMatrix,SparseMatrix> TimesMatrix.SPARSEMATRIX
           
static TimesMatrixCalculation<SparseMatrix,SparseMatrix,SparseMatrix> TimesMatrix.SPARSEMATRIX
           
static TimesMatrixCalculation<SparseMatrix,SparseMatrix,SparseMatrix> TimesMatrix.SPARSEMATRIX
           
static PlusScalarCalculation<SparseMatrix,SparseMatrix> PlusScalar.SPARSEMATRIX
           
static PlusScalarCalculation<SparseMatrix,SparseMatrix> PlusScalar.SPARSEMATRIX
           
static PlusMatrixCalculation<SparseMatrix,SparseMatrix,SparseMatrix> PlusMatrix.SPARSEMATRIX
           
static PlusMatrixCalculation<SparseMatrix,SparseMatrix,SparseMatrix> PlusMatrix.SPARSEMATRIX
           
static PlusMatrixCalculation<SparseMatrix,SparseMatrix,SparseMatrix> PlusMatrix.SPARSEMATRIX
           
static MinusScalarCalculation<SparseMatrix,SparseMatrix> MinusScalar.SPARSEMATRIX
           
static MinusScalarCalculation<SparseMatrix,SparseMatrix> MinusScalar.SPARSEMATRIX
           
static MinusMatrixCalculation<SparseMatrix,SparseMatrix,SparseMatrix> MinusMatrix.SPARSEMATRIX
           
static MinusMatrixCalculation<SparseMatrix,SparseMatrix,SparseMatrix> MinusMatrix.SPARSEMATRIX
           
static MinusMatrixCalculation<SparseMatrix,SparseMatrix,SparseMatrix> MinusMatrix.SPARSEMATRIX
           
static DivideScalarCalculation<SparseMatrix,SparseMatrix> DivideScalar.SPARSEMATRIX
           
static DivideScalarCalculation<SparseMatrix,SparseMatrix> DivideScalar.SPARSEMATRIX
           
static DivideMatrixCalculation<SparseMatrix,SparseMatrix,SparseMatrix> DivideMatrix.SPARSEMATRIX
           
static DivideMatrixCalculation<SparseMatrix,SparseMatrix,SparseMatrix> DivideMatrix.SPARSEMATRIX
           
static DivideMatrixCalculation<SparseMatrix,SparseMatrix,SparseMatrix> DivideMatrix.SPARSEMATRIX
           
static MtimesCalculation<SparseMatrix,Matrix,Matrix> Mtimes.SPARSEMATRIX1
           
static MtimesCalculation<Matrix,SparseMatrix,Matrix> Mtimes.SPARSEMATRIX2
           
 

Uses of SparseMatrix in org.ujmp.core.charmatrix
 

Subinterfaces of SparseMatrix in org.ujmp.core.charmatrix
 interface SparseCharMatrix
           
 interface SparseCharMatrix2D
           
 

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

Classes in org.ujmp.core.charmatrix.impl that implement SparseMatrix
 class DefaultSparseCharMatrix
           
 

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

Classes in org.ujmp.core.charmatrix.stub that implement SparseMatrix
 class AbstractSparseCharMatrix
           
 class AbstractSparseCharMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.datematrix
 

Subinterfaces of SparseMatrix in org.ujmp.core.datematrix
 interface SparseDateMatrix
           
 interface SparseDateMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.datematrix.impl
 

Classes in org.ujmp.core.datematrix.impl that implement SparseMatrix
 class DefaultSparseDateMatrix
           
 

Uses of SparseMatrix in org.ujmp.core.doublematrix
 

Subinterfaces of SparseMatrix in org.ujmp.core.doublematrix
 interface SparseDoubleMatrix
           
 interface SparseDoubleMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.doublematrix.impl
 

Classes in org.ujmp.core.doublematrix.impl that implement SparseMatrix
 class DefaultSparseDoubleMatrix
           
 class DefaultSparseRowDoubleMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.doublematrix.stub
 

Classes in org.ujmp.core.doublematrix.stub that implement SparseMatrix
 class AbstractSparseDoubleMatrix
           
 class AbstractSparseDoubleMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.floatmatrix
 

Subinterfaces of SparseMatrix in org.ujmp.core.floatmatrix
 interface SparseFloatMatrix
           
 interface SparseFloatMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.floatmatrix.impl
 

Classes in org.ujmp.core.floatmatrix.impl that implement SparseMatrix
 class DefaultSparseFloatMatrix
           
 

Uses of SparseMatrix in org.ujmp.core.floatmatrix.stub
 

Classes in org.ujmp.core.floatmatrix.stub that implement SparseMatrix
 class AbstractSparseFloatMatrix
           
 class AbstractSparseFloatMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.genericmatrix
 

Subinterfaces of SparseMatrix in org.ujmp.core.genericmatrix
 interface SparseGenericMatrix<A>
           
 interface SparseGenericMatrix2D<A>
           
 

Uses of SparseMatrix in org.ujmp.core.genericmatrix.impl
 

Classes in org.ujmp.core.genericmatrix.impl that implement SparseMatrix
 class DefaultSparseGenericMatrix<A>
           
 

Uses of SparseMatrix in org.ujmp.core.genericmatrix.stub
 

Classes in org.ujmp.core.genericmatrix.stub that implement SparseMatrix
 class AbstractSparseGenericMatrix<A>
           
 class AbstractSparseGenericMatrix2D<A>
           
 

Uses of SparseMatrix in org.ujmp.core.graphmatrix
 

Classes in org.ujmp.core.graphmatrix that implement SparseMatrix
 class AbstractGraphMatrix<N,E>
           
 class DefaultGraphMatrix<N,E>
           
 

Uses of SparseMatrix in org.ujmp.core.intmatrix
 

Subinterfaces of SparseMatrix in org.ujmp.core.intmatrix
 interface SparseIntMatrix
           
 interface SparseIntMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.intmatrix.impl
 

Classes in org.ujmp.core.intmatrix.impl that implement SparseMatrix
 class DefaultSparseIntMatrix
           
 

Uses of SparseMatrix in org.ujmp.core.intmatrix.stub
 

Classes in org.ujmp.core.intmatrix.stub that implement SparseMatrix
 class AbstractSparseIntMatrix
           
 class AbstractSparseIntMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.longmatrix
 

Subinterfaces of SparseMatrix in org.ujmp.core.longmatrix
 interface SparseLongMatrix
           
 interface SparseLongMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.longmatrix.impl
 

Classes in org.ujmp.core.longmatrix.impl that implement SparseMatrix
 class DefaultSparseLongMatrix
           
 

Uses of SparseMatrix in org.ujmp.core.longmatrix.stub
 

Classes in org.ujmp.core.longmatrix.stub that implement SparseMatrix
 class AbstractSparseLongMatrix
           
 class AbstractSparseLongMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.matrix
 

Subinterfaces of SparseMatrix in org.ujmp.core.matrix
 interface SparseMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.matrix.factory
 

Methods in org.ujmp.core.matrix.factory that return SparseMatrix
 SparseMatrix SparseMatrixFactory.zeros(long... size)
           
 

Uses of SparseMatrix in org.ujmp.core.objectmatrix
 

Subinterfaces of SparseMatrix in org.ujmp.core.objectmatrix
 interface SparseObjectMatrix
           
 interface SparseObjectMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.objectmatrix.impl
 

Classes in org.ujmp.core.objectmatrix.impl that implement SparseMatrix
 class BufferedObjectMatrix
           
 class DefaultSparseColumnObjectMatrix2D
           
 class DefaultSparseObjectMatrix
           
 class DefaultSparseRowObjectMatrix2D
           
 class SerializedSparseObjectMatrix
           
 class ServerObjectMatrixUDP
           
 class VolatileSparseObjectMatrix
           
 

Uses of SparseMatrix in org.ujmp.core.objectmatrix.stub
 

Classes in org.ujmp.core.objectmatrix.stub that implement SparseMatrix
 class AbstractMapToSparseMatrixWrapper
           
 class AbstractSparseObjectMatrix
           
 class AbstractSparseObjectMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.shortmatrix
 

Subinterfaces of SparseMatrix in org.ujmp.core.shortmatrix
 interface SparseShortMatrix
           
 interface SparseShortMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.shortmatrix.impl
 

Classes in org.ujmp.core.shortmatrix.impl that implement SparseMatrix
 class DefaultSparseShortMatrix
           
 

Uses of SparseMatrix in org.ujmp.core.shortmatrix.stub
 

Classes in org.ujmp.core.shortmatrix.stub that implement SparseMatrix
 class AbstractSparseShortMatrix
           
 class AbstractSparseShortMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.stringmatrix
 

Subinterfaces of SparseMatrix in org.ujmp.core.stringmatrix
 interface SparseStringMatrix
           
 interface SparseStringMatrix2D
           
 

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

Classes in org.ujmp.core.stringmatrix.impl that implement SparseMatrix
 class DefaultSparseStringMatrix
           
 class SparseCSVMatrix
           
 

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

Classes in org.ujmp.core.stringmatrix.stub that implement SparseMatrix
 class AbstractSparseStringMatrix
           
 class AbstractSparseStringMatrix2D
           
 

Uses of SparseMatrix in org.ujmp.core.treematrix
 

Subinterfaces of SparseMatrix in org.ujmp.core.treematrix
 interface TreeMatrix
           
 

Classes in org.ujmp.core.treematrix that implement SparseMatrix
 class AbstractTreeMatrix
           
 class DefaultTreeMatrix
           
 class ObjectTreeMatrix
           
 



Copyright © 2010. All Rights Reserved.