Uses of Interface
org.ujmp.core.floatmatrix.DenseFloatMatrix2D
-
Packages that use DenseFloatMatrix2D Package Description org.ujmp.core.floatmatrix.impl org.ujmp.core.floatmatrix.stub org.ujmp.core.matrix.factory -
-
Uses of DenseFloatMatrix2D in org.ujmp.core.floatmatrix.impl
Classes in org.ujmp.core.floatmatrix.impl that implement DenseFloatMatrix2D Modifier and Type Class Description class
ArrayDenseFloatMatrix2D
class
DefaultDenseFloatMatrix2D
-
Uses of DenseFloatMatrix2D in org.ujmp.core.floatmatrix.stub
Classes in org.ujmp.core.floatmatrix.stub that implement DenseFloatMatrix2D Modifier and Type Class Description class
AbstractDenseFloatMatrix2D
-
Uses of DenseFloatMatrix2D in org.ujmp.core.matrix.factory
Methods in org.ujmp.core.matrix.factory that return DenseFloatMatrix2D Modifier and Type Method Description DenseFloatMatrix2D
AbstractMatrixFactory. importFromArray(float[]... values)
DenseFloatMatrix2D
AbstractMatrixFactory. linkToArray(float... values)
DenseFloatMatrix2D
AbstractMatrixFactory. linkToArray(float[]... values)
DenseFloatMatrix2D
AbstractMatrixFactory. linkToValue(java.lang.Float value)
-