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

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

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

Subinterfaces of DenseMatrix2DFactory in org.ujmp.core.doublematrix.factory
 interface DenseDoubleMatrix2DFactory
           
 

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

Uses of DenseMatrix2DFactory in org.ujmp.core.matrix
 

Fields in org.ujmp.core.matrix declared as DenseMatrix2DFactory
static DenseMatrix2DFactory DenseMatrix2D.factory
           
 

Methods in org.ujmp.core.matrix that return DenseMatrix2DFactory
 DenseMatrix2DFactory DenseMatrix2D.getFactory()
           
 

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

Subinterfaces of DenseMatrix2DFactory in org.ujmp.core.objectmatrix.factory
 interface DenseObjectMatrix2DFactory
           
 

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



Copyright © 2010. All Rights Reserved.