Uses of Interface
org.ujmp.core.floatmatrix.FloatMatrix2D
-
Packages that use FloatMatrix2D Package Description 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 Modifier and Type Interface Description interface
DenseFloatMatrix2D
interface
SparseFloatMatrix2D
-
Uses of FloatMatrix2D in org.ujmp.core.floatmatrix.factory
Classes in org.ujmp.core.floatmatrix.factory with type parameters of type FloatMatrix2D Modifier and Type Interface Description interface
FloatMatrix2DFactory<T extends FloatMatrix2D>
Methods in org.ujmp.core.floatmatrix.factory that return FloatMatrix2D Modifier and Type Method Description FloatMatrix2D
DefaultFloatMatrix2DFactory. zeros(long... size)
FloatMatrix2D
DefaultFloatMatrix2DFactory. zeros(long rows, long columns)
-
Uses of FloatMatrix2D in org.ujmp.core.floatmatrix.impl
Classes in org.ujmp.core.floatmatrix.impl that implement FloatMatrix2D Modifier and Type Class Description class
ArrayDenseFloatMatrix2D
class
DefaultDenseFloatMatrix2D
-
Uses of FloatMatrix2D in org.ujmp.core.floatmatrix.stub
Classes in org.ujmp.core.floatmatrix.stub that implement FloatMatrix2D Modifier and Type Class Description class
AbstractDenseFloatMatrix2D
class
AbstractSparseFloatMatrix2D
-
Uses of FloatMatrix2D in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return FloatMatrix2D Modifier and Type Method Description FloatMatrix2D
Conversions2D. toFloatMatrix()
-