Uses of Interface
org.ujmp.core.shortmatrix.ShortMatrix2D
-
Packages that use ShortMatrix2D Package Description org.ujmp.core.interfaces org.ujmp.core.shortmatrix org.ujmp.core.shortmatrix.factory org.ujmp.core.shortmatrix.impl org.ujmp.core.shortmatrix.stub -
-
Uses of ShortMatrix2D in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return ShortMatrix2D Modifier and Type Method Description ShortMatrix2D
Conversions2D. toShortMatrix()
-
Uses of ShortMatrix2D in org.ujmp.core.shortmatrix
Subinterfaces of ShortMatrix2D in org.ujmp.core.shortmatrix Modifier and Type Interface Description interface
DenseShortMatrix2D
interface
SparseShortMatrix2D
-
Uses of ShortMatrix2D in org.ujmp.core.shortmatrix.factory
Classes in org.ujmp.core.shortmatrix.factory with type parameters of type ShortMatrix2D Modifier and Type Interface Description interface
ShortMatrix2DFactory<T extends ShortMatrix2D>
Methods in org.ujmp.core.shortmatrix.factory that return ShortMatrix2D Modifier and Type Method Description ShortMatrix2D
DefaultShortMatrix2DFactory. zeros(long... size)
ShortMatrix2D
DefaultShortMatrix2DFactory. zeros(long rows, long columns)
-
Uses of ShortMatrix2D in org.ujmp.core.shortmatrix.impl
Classes in org.ujmp.core.shortmatrix.impl that implement ShortMatrix2D Modifier and Type Class Description class
ArrayDenseShortMatrix2D
class
DefaultDenseShortMatrix2D
-
Uses of ShortMatrix2D in org.ujmp.core.shortmatrix.stub
Classes in org.ujmp.core.shortmatrix.stub that implement ShortMatrix2D Modifier and Type Class Description class
AbstractDenseShortMatrix2D
class
AbstractSparseShortMatrix2D
-