Uses of Interface
org.ujmp.core.doublematrix.factory.SparseDoubleMatrixFactory

Packages that use SparseDoubleMatrixFactory
org.ujmp.core.doublematrix   
org.ujmp.core.doublematrix.factory   
org.ujmp.core.doublematrix.impl   
org.ujmp.core.doublematrix.stub   
 

Uses of SparseDoubleMatrixFactory in org.ujmp.core.doublematrix
 

Fields in org.ujmp.core.doublematrix declared as SparseDoubleMatrixFactory
static SparseDoubleMatrixFactory SparseDoubleMatrix.factory
           
 

Methods in org.ujmp.core.doublematrix that return SparseDoubleMatrixFactory
 SparseDoubleMatrixFactory SparseDoubleMatrix.getFactory()
           
 

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

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

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

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

Fields in org.ujmp.core.doublematrix.impl declared as SparseDoubleMatrixFactory
static SparseDoubleMatrixFactory DefaultSparseDoubleMatrix.factory
           
 

Methods in org.ujmp.core.doublematrix.impl that return SparseDoubleMatrixFactory
 SparseDoubleMatrixFactory DefaultSparseDoubleMatrix.getFactory()
           
 

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

Fields in org.ujmp.core.doublematrix.stub declared as SparseDoubleMatrixFactory
 SparseDoubleMatrixFactory AbstractSparseDoubleMatrix.factory
           
 

Methods in org.ujmp.core.doublematrix.stub that return SparseDoubleMatrixFactory
 SparseDoubleMatrixFactory AbstractSparseDoubleMatrix.getFactory()
           
 



Copyright © 2010. All Rights Reserved.