Uses of Interface
org.ujmp.core.shortmatrix.DenseShortMatrix
-
Packages that use DenseShortMatrix Package Description org.ujmp.core.shortmatrix org.ujmp.core.shortmatrix.factory org.ujmp.core.shortmatrix.impl org.ujmp.core.shortmatrix.stub -
-
Uses of DenseShortMatrix in org.ujmp.core.shortmatrix
Subinterfaces of DenseShortMatrix in org.ujmp.core.shortmatrix Modifier and Type Interface Description interface
DenseShortMatrix2D
-
Uses of DenseShortMatrix in org.ujmp.core.shortmatrix.factory
Classes in org.ujmp.core.shortmatrix.factory with type parameters of type DenseShortMatrix Modifier and Type Interface Description interface
DenseShortMatrixFactory<T extends DenseShortMatrix>
-
Uses of DenseShortMatrix in org.ujmp.core.shortmatrix.impl
Classes in org.ujmp.core.shortmatrix.impl that implement DenseShortMatrix Modifier and Type Class Description class
ArrayDenseShortMatrix2D
class
DefaultDenseShortMatrix2D
-
Uses of DenseShortMatrix in org.ujmp.core.shortmatrix.stub
Classes in org.ujmp.core.shortmatrix.stub that implement DenseShortMatrix Modifier and Type Class Description class
AbstractDenseShortMatrix
class
AbstractDenseShortMatrix2D
-