Uses of Interface
org.ujmp.core.matrix.factory.SparseMatrixFactory

Packages that use SparseMatrixFactory
org.ujmp.core.doublematrix.factory   
org.ujmp.core.genericmatrix.stub   
org.ujmp.core.matrix   
org.ujmp.core.matrix.factory   
org.ujmp.core.objectmatrix.factory   
 

Uses of SparseMatrixFactory in org.ujmp.core.doublematrix.factory
 

Subinterfaces of SparseMatrixFactory in org.ujmp.core.doublematrix.factory
 interface SparseDoubleMatrix2DFactory
           
 interface SparseDoubleMatrixFactory
           
 

Classes in org.ujmp.core.doublematrix.factory that implement SparseMatrixFactory
 class DefaultSparseDoubleMatrix2DFactory
           
 class DefaultSparseDoubleMatrixFactory
           
 

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

Methods in org.ujmp.core.genericmatrix.stub that return SparseMatrixFactory
 SparseMatrixFactory AbstractSparseGenericMatrix.getFactory()
           
 

Uses of SparseMatrixFactory in org.ujmp.core.matrix
 

Fields in org.ujmp.core.matrix declared as SparseMatrixFactory
static SparseMatrixFactory SparseMatrix.factory
           
 

Methods in org.ujmp.core.matrix that return SparseMatrixFactory
 SparseMatrixFactory SparseMatrix.getFactory()
           
 

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

Subinterfaces of SparseMatrixFactory in org.ujmp.core.matrix.factory
 interface SparseMatrix2DFactory
           
 

Uses of SparseMatrixFactory in org.ujmp.core.objectmatrix.factory
 

Subinterfaces of SparseMatrixFactory in org.ujmp.core.objectmatrix.factory
 interface SparseObjectMatrix2DFactory
           
 interface SparseObjectMatrixFactory
           
 

Classes in org.ujmp.core.objectmatrix.factory that implement SparseMatrixFactory
 class DefaultSparseObjectMatrix2DFactory
           
 class DefaultSparseObjectMatrixFactory
           
 



Copyright © 2010. All Rights Reserved.