Uses of Interface
org.ujmp.core.floatmatrix.FloatMatrix

Packages that use FloatMatrix
org.ujmp.core.floatmatrix   
org.ujmp.core.floatmatrix.calculation   
org.ujmp.core.floatmatrix.impl   
org.ujmp.core.floatmatrix.stub   
org.ujmp.core.interfaces   
org.ujmp.core.matrix   
 

Uses of FloatMatrix in org.ujmp.core.floatmatrix
 

Subinterfaces of FloatMatrix in org.ujmp.core.floatmatrix
 interface DenseFloatMatrix
           
 interface DenseFloatMatrix2D
           
 interface FloatMatrix2D
           
 interface SparseFloatMatrix
           
 interface SparseFloatMatrix2D
           
 

Uses of FloatMatrix in org.ujmp.core.floatmatrix.calculation
 

Methods in org.ujmp.core.floatmatrix.calculation that return FloatMatrix
 FloatMatrix AbstractFloatCalculation.calcLink()
           
 FloatMatrix AbstractFloatCalculation.calcNew()
           
 

Uses of FloatMatrix in org.ujmp.core.floatmatrix.impl
 

Classes in org.ujmp.core.floatmatrix.impl that implement FloatMatrix
 class ArrayDenseFloatMatrix2D
           
 class DefaultDenseFloatMatrix2D
           
 class DefaultSparseFloatMatrix
           
 class FloatCalculationMatrix
           
 

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

Classes in org.ujmp.core.floatmatrix.stub that implement FloatMatrix
 class AbstractDenseFloatMatrix
           
 class AbstractDenseFloatMatrix2D
           
 class AbstractFloatMatrix
           
 class AbstractSparseFloatMatrix
           
 class AbstractSparseFloatMatrix2D
           
 

Uses of FloatMatrix in org.ujmp.core.interfaces
 

Methods in org.ujmp.core.interfaces that return FloatMatrix
 FloatMatrix Conversions.toFloatMatrix()
           
 

Uses of FloatMatrix in org.ujmp.core.matrix
 

Methods in org.ujmp.core.matrix that return FloatMatrix
 FloatMatrix AbstractMatrix.toFloatMatrix()
           
 



Copyright © 2010. All Rights Reserved.