Uses of Interface
org.ujmp.core.floatmatrix.factory.FloatMatrixFactory
-
Packages that use FloatMatrixFactory Package Description org.ujmp.core.floatmatrix.factory -
-
Uses of FloatMatrixFactory in org.ujmp.core.floatmatrix.factory
Subinterfaces of FloatMatrixFactory in org.ujmp.core.floatmatrix.factory Modifier and Type Interface Description interface
DenseFloatMatrixFactory<T extends DenseFloatMatrix>
interface
FloatMatrix2DFactory<T extends FloatMatrix2D>
interface
SparseFloatMatrixFactory<T extends SparseFloatMatrix>
Classes in org.ujmp.core.floatmatrix.factory that implement FloatMatrixFactory Modifier and Type Class Description class
AbstractFloatMatrix2DFactory
class
DefaultFloatMatrix2DFactory
-