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

Packages that use DenseMatrixFactory
org.ujmp.core.doublematrix.factory   
org.ujmp.core.matrix   
org.ujmp.core.matrix.factory   
org.ujmp.core.objectmatrix.factory   
 

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

Subinterfaces of DenseMatrixFactory in org.ujmp.core.doublematrix.factory
 interface DenseDoubleMatrix2DFactory
           
 interface DenseDoubleMatrixFactory
           
 

Classes in org.ujmp.core.doublematrix.factory that implement DenseMatrixFactory
 class DefaultDenseDoubleMatrix2DFactory
           
 class DefaultDenseDoubleMatrixFactory
           
 

Uses of DenseMatrixFactory in org.ujmp.core.matrix
 

Fields in org.ujmp.core.matrix declared as DenseMatrixFactory
static DenseMatrixFactory DenseMatrix.factory
           
 

Methods in org.ujmp.core.matrix that return DenseMatrixFactory
 DenseMatrixFactory DenseMatrix.getFactory()
           
 

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

Subinterfaces of DenseMatrixFactory in org.ujmp.core.matrix.factory
 interface DenseMatrix2DFactory
           
 

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

Subinterfaces of DenseMatrixFactory in org.ujmp.core.objectmatrix.factory
 interface DenseObjectMatrix2DFactory
           
 interface DenseObjectMatrixFactory
           
 

Classes in org.ujmp.core.objectmatrix.factory that implement DenseMatrixFactory
 class DefaultDenseObjectMatrix2DFactory
           
 class DefaultDenseObjectMatrixFactory
           
 



Copyright © 2010. All Rights Reserved.