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

Packages that use DoubleMatrix2DFactory
org.ujmp.core.doublematrix   
org.ujmp.core.doublematrix.factory   
 

Uses of DoubleMatrix2DFactory in org.ujmp.core.doublematrix
 

Fields in org.ujmp.core.doublematrix declared as DoubleMatrix2DFactory
static DoubleMatrix2DFactory DoubleMatrix2D.factory
           
 

Methods in org.ujmp.core.doublematrix that return DoubleMatrix2DFactory
 DoubleMatrix2DFactory DoubleMatrix2D.getFactory()
           
 

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

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

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



Copyright © 2010. All Rights Reserved.