Uses of Interface
org.ujmp.core.shortmatrix.ShortMatrix
-
-
Uses of ShortMatrix in org.ujmp.core
Methods in org.ujmp.core that return ShortMatrix Modifier and Type Method Description ShortMatrix
AbstractMatrix. toShortMatrix()
-
Uses of ShortMatrix in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return ShortMatrix Modifier and Type Method Description ShortMatrix
Conversions. toShortMatrix()
-
Uses of ShortMatrix in org.ujmp.core.shortmatrix
Subinterfaces of ShortMatrix in org.ujmp.core.shortmatrix Modifier and Type Interface Description interface
DenseShortMatrix
interface
DenseShortMatrix2D
interface
ShortMatrix2D
interface
SparseShortMatrix
interface
SparseShortMatrix2D
-
Uses of ShortMatrix in org.ujmp.core.shortmatrix.calculation
Methods in org.ujmp.core.shortmatrix.calculation that return ShortMatrix Modifier and Type Method Description ShortMatrix
AbstractShortCalculation. calcLink()
ShortMatrix
AbstractShortCalculation. calcNew()
-
Uses of ShortMatrix in org.ujmp.core.shortmatrix.factory
Classes in org.ujmp.core.shortmatrix.factory with type parameters of type ShortMatrix Modifier and Type Interface Description interface
ShortMatrixFactory<T extends ShortMatrix>
-
Uses of ShortMatrix in org.ujmp.core.shortmatrix.impl
Classes in org.ujmp.core.shortmatrix.impl that implement ShortMatrix Modifier and Type Class Description class
ArrayDenseShortMatrix2D
class
DefaultDenseShortMatrix2D
class
DefaultSparseShortMatrix
class
ShortCalculationMatrix
-
Uses of ShortMatrix in org.ujmp.core.shortmatrix.stub
Classes in org.ujmp.core.shortmatrix.stub that implement ShortMatrix Modifier and Type Class Description class
AbstractDenseShortMatrix
class
AbstractDenseShortMatrix2D
class
AbstractShortMatrix
class
AbstractSparseShortMatrix
class
AbstractSparseShortMatrix2D
-