Uses of Interface
org.ujmp.core.objectmatrix.factory.DenseObjectMatrix2DFactory

Packages that use DenseObjectMatrix2DFactory
org.ujmp.core.bigdecimalmatrix.stub   
org.ujmp.core.bigintegermatrix.stub   
org.ujmp.core.booleanmatrix.stub   
org.ujmp.core.bytematrix.stub   
org.ujmp.core.charmatrix.stub   
org.ujmp.core.datematrix.stub   
org.ujmp.core.floatmatrix.stub   
org.ujmp.core.genericmatrix.stub   
org.ujmp.core.intmatrix.stub   
org.ujmp.core.longmatrix.stub   
org.ujmp.core.objectmatrix   
org.ujmp.core.objectmatrix.factory   
org.ujmp.core.objectmatrix.stub   
org.ujmp.core.shortmatrix.stub   
org.ujmp.core.stringmatrix.stub   
 

Uses of DenseObjectMatrix2DFactory in org.ujmp.core.bigdecimalmatrix.stub
 

Methods in org.ujmp.core.bigdecimalmatrix.stub that return DenseObjectMatrix2DFactory
 DenseObjectMatrix2DFactory AbstractDenseBigDecimalMatrix2D.getFactory()
           
 

Uses of DenseObjectMatrix2DFactory in org.ujmp.core.bigintegermatrix.stub
 

Methods in org.ujmp.core.bigintegermatrix.stub that return DenseObjectMatrix2DFactory
 DenseObjectMatrix2DFactory AbstractDenseBigIntegerMatrix2D.getFactory()
           
 

Uses of DenseObjectMatrix2DFactory in org.ujmp.core.booleanmatrix.stub
 

Methods in org.ujmp.core.booleanmatrix.stub that return DenseObjectMatrix2DFactory
 DenseObjectMatrix2DFactory AbstractDenseBooleanMatrix2D.getFactory()
           
 

Uses of DenseObjectMatrix2DFactory in org.ujmp.core.bytematrix.stub
 

Methods in org.ujmp.core.bytematrix.stub that return DenseObjectMatrix2DFactory
 DenseObjectMatrix2DFactory AbstractDenseByteMatrix2D.getFactory()
           
 

Uses of DenseObjectMatrix2DFactory in org.ujmp.core.charmatrix.stub
 

Methods in org.ujmp.core.charmatrix.stub that return DenseObjectMatrix2DFactory
 DenseObjectMatrix2DFactory AbstractDenseCharMatrix2D.getFactory()
           
 DenseObjectMatrix2DFactory AbstractDenseCharMatrix.getFactory()
           
 

Uses of DenseObjectMatrix2DFactory in org.ujmp.core.datematrix.stub
 

Methods in org.ujmp.core.datematrix.stub that return DenseObjectMatrix2DFactory
 DenseObjectMatrix2DFactory AbstractDenseDateMatrix2D.getFactory()
           
 

Uses of DenseObjectMatrix2DFactory in org.ujmp.core.floatmatrix.stub
 

Methods in org.ujmp.core.floatmatrix.stub that return DenseObjectMatrix2DFactory
 DenseObjectMatrix2DFactory AbstractDenseFloatMatrix.getFactory()
           
 

Uses of DenseObjectMatrix2DFactory in org.ujmp.core.genericmatrix.stub
 

Methods in org.ujmp.core.genericmatrix.stub that return DenseObjectMatrix2DFactory
 DenseObjectMatrix2DFactory AbstractDenseGenericMatrix2D.getFactory()
           
 DenseObjectMatrix2DFactory AbstractDenseGenericMatrix.getFactory()
           
 

Uses of DenseObjectMatrix2DFactory in org.ujmp.core.intmatrix.stub
 

Methods in org.ujmp.core.intmatrix.stub that return DenseObjectMatrix2DFactory
 DenseObjectMatrix2DFactory AbstractDenseIntMatrix.getFactory()
           
 

Uses of DenseObjectMatrix2DFactory in org.ujmp.core.longmatrix.stub
 

Methods in org.ujmp.core.longmatrix.stub that return DenseObjectMatrix2DFactory
 DenseObjectMatrix2DFactory AbstractDenseLongMatrix.getFactory()
           
 

Uses of DenseObjectMatrix2DFactory in org.ujmp.core.objectmatrix
 

Fields in org.ujmp.core.objectmatrix declared as DenseObjectMatrix2DFactory
static DenseObjectMatrix2DFactory DenseObjectMatrix2D.factory
           
 

Methods in org.ujmp.core.objectmatrix that return DenseObjectMatrix2DFactory
 DenseObjectMatrix2DFactory DenseObjectMatrix2D.getFactory()
           
 

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

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

Uses of DenseObjectMatrix2DFactory in org.ujmp.core.objectmatrix.stub
 

Fields in org.ujmp.core.objectmatrix.stub declared as DenseObjectMatrix2DFactory
static DenseObjectMatrix2DFactory AbstractDenseObjectMatrix2D.factory
           
 

Methods in org.ujmp.core.objectmatrix.stub that return DenseObjectMatrix2DFactory
 DenseObjectMatrix2DFactory AbstractDenseObjectMatrix2D.getFactory()
           
 

Uses of DenseObjectMatrix2DFactory in org.ujmp.core.shortmatrix.stub
 

Methods in org.ujmp.core.shortmatrix.stub that return DenseObjectMatrix2DFactory
 DenseObjectMatrix2DFactory AbstractDenseShortMatrix.getFactory()
           
 

Uses of DenseObjectMatrix2DFactory in org.ujmp.core.stringmatrix.stub
 

Methods in org.ujmp.core.stringmatrix.stub that return DenseObjectMatrix2DFactory
 DenseObjectMatrix2DFactory AbstractDenseStringMatrix.getFactory()
           
 



Copyright © 2010. All Rights Reserved.