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

Packages that use DenseObjectMatrixFactory
org.ujmp.core.bigdecimalmatrix.stub   
org.ujmp.core.bigintegermatrix.stub   
org.ujmp.core.booleanmatrix.stub   
org.ujmp.core.bytematrix.stub   
org.ujmp.core.objectmatrix   
org.ujmp.core.objectmatrix.factory   
org.ujmp.core.objectmatrix.stub   
 

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

Methods in org.ujmp.core.bigdecimalmatrix.stub that return DenseObjectMatrixFactory
 DenseObjectMatrixFactory AbstractDenseBigDecimalMatrix.getFactory()
           
 

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

Methods in org.ujmp.core.bigintegermatrix.stub that return DenseObjectMatrixFactory
 DenseObjectMatrixFactory AbstractDenseBigIntegerMatrix.getFactory()
           
 

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

Methods in org.ujmp.core.booleanmatrix.stub that return DenseObjectMatrixFactory
 DenseObjectMatrixFactory AbstractDenseBooleanMatrix.getFactory()
           
 

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

Methods in org.ujmp.core.bytematrix.stub that return DenseObjectMatrixFactory
 DenseObjectMatrixFactory AbstractDenseByteMatrix.getFactory()
           
 

Uses of DenseObjectMatrixFactory in org.ujmp.core.objectmatrix
 

Methods in org.ujmp.core.objectmatrix that return DenseObjectMatrixFactory
 DenseObjectMatrixFactory DenseObjectMatrix.getFactory()
           
 

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

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

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

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

Fields in org.ujmp.core.objectmatrix.stub declared as DenseObjectMatrixFactory
static DenseObjectMatrixFactory AbstractDenseObjectMatrix.factory
           
 

Methods in org.ujmp.core.objectmatrix.stub that return DenseObjectMatrixFactory
 DenseObjectMatrixFactory AbstractDenseObjectMatrix.getFactory()
           
 



Copyright © 2010. All Rights Reserved.