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

Packages that use FloatMatrix2D
org.ujmp.core.floatmatrix   
org.ujmp.core.floatmatrix.factory   
org.ujmp.core.floatmatrix.impl   
org.ujmp.core.floatmatrix.stub   
org.ujmp.core.interfaces   
 

Uses of FloatMatrix2D in org.ujmp.core.floatmatrix
 

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

Uses of FloatMatrix2D in org.ujmp.core.floatmatrix.factory
 

Methods in org.ujmp.core.floatmatrix.factory that return FloatMatrix2D
 FloatMatrix2D FloatMatrix2DFactory.dense(long rows, long columns)
           
 FloatMatrix2D DefaultFloatMatrix2DFactory.dense(long rows, long columns)
           
 FloatMatrix2D FloatMatrix2DFactory.zeros(long rows, long columns)
           
 FloatMatrix2D AbstractFloatMatrix2DFactory.zeros(long rows, long columns)
           
 

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

Classes in org.ujmp.core.floatmatrix.impl that implement FloatMatrix2D
 class ArrayDenseFloatMatrix2D
           
 class DefaultDenseFloatMatrix2D
           
 

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

Classes in org.ujmp.core.floatmatrix.stub that implement FloatMatrix2D
 class AbstractDenseFloatMatrix2D
           
 class AbstractSparseFloatMatrix2D
           
 

Uses of FloatMatrix2D in org.ujmp.core.interfaces
 

Methods in org.ujmp.core.interfaces that return FloatMatrix2D
 FloatMatrix2D Conversions2D.toFloatMatrix()
           
 



Copyright © 2010. All Rights Reserved.