Uses of Interface
org.ujmp.core.shortmatrix.DenseShortMatrix2D
-
Packages that use DenseShortMatrix2D Package Description org.ujmp.core.matrix.factory org.ujmp.core.shortmatrix.impl org.ujmp.core.shortmatrix.stub -
-
Uses of DenseShortMatrix2D in org.ujmp.core.matrix.factory
Methods in org.ujmp.core.matrix.factory that return DenseShortMatrix2D Modifier and Type Method Description DenseShortMatrix2D
AbstractMatrixFactory. importFromArray(short[]... values)
DenseShortMatrix2D
AbstractMatrixFactory. linkToArray(short... values)
DenseShortMatrix2D
AbstractMatrixFactory. linkToArray(short[]... values)
DenseShortMatrix2D
AbstractMatrixFactory. linkToValue(short value)
DenseShortMatrix2D
AbstractMatrixFactory. linkToValue(java.lang.Short value)
-
Uses of DenseShortMatrix2D in org.ujmp.core.shortmatrix.impl
Classes in org.ujmp.core.shortmatrix.impl that implement DenseShortMatrix2D Modifier and Type Class Description class
ArrayDenseShortMatrix2D
class
DefaultDenseShortMatrix2D
-
Uses of DenseShortMatrix2D in org.ujmp.core.shortmatrix.stub
Classes in org.ujmp.core.shortmatrix.stub that implement DenseShortMatrix2D Modifier and Type Class Description class
AbstractDenseShortMatrix2D
-