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

Packages that use DenseFloatMatrix2D
org.ujmp.core   
org.ujmp.core.floatmatrix.impl   
org.ujmp.core.floatmatrix.stub   
 

Uses of DenseFloatMatrix2D in org.ujmp.core
 

Methods in org.ujmp.core that return DenseFloatMatrix2D
static DenseFloatMatrix2D MatrixFactory.linkToArray(float... values)
           
static DenseFloatMatrix2D MatrixFactory.linkToArray(float[]... values)
           
 

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

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

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

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



Copyright © 2010. All Rights Reserved.