Uses of Interface
org.ujmp.core.bytematrix.DenseByteMatrix
-
Packages that use DenseByteMatrix Package Description org.ujmp.core.bytematrix org.ujmp.core.bytematrix.factory org.ujmp.core.bytematrix.impl org.ujmp.core.bytematrix.stub -
-
Uses of DenseByteMatrix in org.ujmp.core.bytematrix
Subinterfaces of DenseByteMatrix in org.ujmp.core.bytematrix Modifier and Type Interface Description interface
DenseByteMatrix2D
-
Uses of DenseByteMatrix in org.ujmp.core.bytematrix.factory
Classes in org.ujmp.core.bytematrix.factory with type parameters of type DenseByteMatrix Modifier and Type Interface Description interface
DenseByteMatrixFactory<T extends DenseByteMatrix>
-
Uses of DenseByteMatrix in org.ujmp.core.bytematrix.impl
Classes in org.ujmp.core.bytematrix.impl that implement DenseByteMatrix Modifier and Type Class Description class
ArrayDenseByteMatrix2D
class
DefaultDenseByteMatrix2D
-
Uses of DenseByteMatrix in org.ujmp.core.bytematrix.stub
Classes in org.ujmp.core.bytematrix.stub that implement DenseByteMatrix Modifier and Type Class Description class
AbstractDenseByteMatrix
class
AbstractDenseByteMatrix2D
-