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

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

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

Subinterfaces of Matrix2DFactory in org.ujmp.core.doublematrix.factory
 interface DenseDoubleMatrix2DFactory
           
 interface DoubleMatrix2DFactory
           
 interface SparseDoubleMatrix2DFactory
           
 

Classes in org.ujmp.core.doublematrix.factory that implement Matrix2DFactory
 class AbstractDoubleMatrix2DFactory
           
 class DefaultDenseDoubleMatrix2DFactory
           
 class DefaultSparseDoubleMatrix2DFactory
           
 

Uses of Matrix2DFactory in org.ujmp.core.matrix
 

Methods in org.ujmp.core.matrix that return Matrix2DFactory
 Matrix2DFactory Matrix2D.getFactory()
           
 

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

Subinterfaces of Matrix2DFactory in org.ujmp.core.matrix.factory
 interface DenseMatrix2DFactory
           
 interface SparseMatrix2DFactory
           
 

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

Subinterfaces of Matrix2DFactory in org.ujmp.core.objectmatrix.factory
 interface DenseObjectMatrix2DFactory
           
 interface ObjectMatrix2DFactory
           
 interface SparseObjectMatrix2DFactory
           
 

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



Copyright © 2010. All Rights Reserved.