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

Packages that use MatrixFactoryRoot
org.ujmp.core   
org.ujmp.core.doublematrix.factory   
org.ujmp.core.genericmatrix.stub   
org.ujmp.core.matrix   
org.ujmp.core.matrix.factory   
org.ujmp.core.objectmatrix.factory   
 

Uses of MatrixFactoryRoot in org.ujmp.core
 

Classes in org.ujmp.core that implement MatrixFactoryRoot
 class MatrixFactoryTemp
           
 

Fields in org.ujmp.core declared as MatrixFactoryRoot
static MatrixFactoryRoot Matrix.factory
          A factory for creating matrices.
 

Methods in org.ujmp.core that return MatrixFactoryRoot
 MatrixFactoryRoot Matrix.getFactory()
           
 

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

Subinterfaces of MatrixFactoryRoot in org.ujmp.core.doublematrix.factory
 interface DenseDoubleMatrix2DFactory
           
 interface DenseDoubleMatrixFactory
           
 interface DoubleMatrix2DFactory
           
 interface DoubleMatrixFactory
           
 interface SparseDoubleMatrix2DFactory
           
 interface SparseDoubleMatrixFactory
           
 

Classes in org.ujmp.core.doublematrix.factory that implement MatrixFactoryRoot
 class AbstractDoubleMatrix2DFactory
           
 class DefaultDenseDoubleMatrix2DFactory
           
 class DefaultDenseDoubleMatrixFactory
           
 class DefaultSparseDoubleMatrix2DFactory
           
 class DefaultSparseDoubleMatrixFactory
           
 

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

Methods in org.ujmp.core.genericmatrix.stub that return MatrixFactoryRoot
 MatrixFactoryRoot AbstractGenericMatrix.getFactory()
           
 

Uses of MatrixFactoryRoot in org.ujmp.core.matrix
 

Fields in org.ujmp.core.matrix declared as MatrixFactoryRoot
static MatrixFactoryRoot AbstractMatrix.factory
           
 

Methods in org.ujmp.core.matrix that return MatrixFactoryRoot
 MatrixFactoryRoot AbstractMatrix.getFactory()
           
 

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

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

Classes in org.ujmp.core.matrix.factory that implement MatrixFactoryRoot
 class AbstractMatrixFactory
           
 

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

Subinterfaces of MatrixFactoryRoot in org.ujmp.core.objectmatrix.factory
 interface DenseObjectMatrix2DFactory
           
 interface DenseObjectMatrixFactory
           
 interface ObjectMatrix2DFactory
           
 interface ObjectMatrixFactory
           
 interface SparseObjectMatrix2DFactory
           
 interface SparseObjectMatrixFactory
           
 

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



Copyright © 2010. All Rights Reserved.